Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: safari/ext/common.js

Issue 29332492: Issue 3269 - Display uninstallation page when uninstalled (Closed)
Patch Set: Create ext.setUninstallURL abstraction Created Dec. 9, 2015, 3:36 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« chrome/ext/uninstall.js ('K') | « metadata.safari ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: safari/ext/common.js
diff --git a/safari/ext/common.js b/safari/ext/common.js
index 4540217b67a922f26e5e9891c7ff9fcc367209cd..0ae194153dd16afa8a7056750e52f71a6681b383 100644
--- a/safari/ext/common.js
+++ b/safari/ext/common.js
@@ -220,4 +220,5 @@
{
return safari.extension.baseURI + path;
};
+ ext.setUninstallURL = function (url) { };
})();
« chrome/ext/uninstall.js ('K') | « metadata.safari ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld