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: Addressed feedback Created Dec. 10, 2015, 2:27 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
« lib/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) { };
Sebastian Noack 2015/12/12 00:31:09 This is dead code. Dead code is bad, regardless ho
kzar 2015/12/12 10:25:40 Done.
})();
« lib/uninstall.js ('K') | « metadata.safari ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld