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

Unified Diff: chrome/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
« no previous file with comments | « no previous file | lib/uninstall.js » ('j') | lib/uninstall.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/ext/common.js
diff --git a/chrome/ext/common.js b/chrome/ext/common.js
index c9156c07d54914258a39060cea1844ed0e05e77a..a1e8fd0718cc9160e05f740cb7bd47d773c4de6f 100644
--- a/chrome/ext/common.js
+++ b/chrome/ext/common.js
@@ -37,4 +37,5 @@
ext.getURL = chrome.extension.getURL;
ext.i18n = chrome.i18n;
+ ext.setUninstallURL = chrome.runtime.setUninstallURL;
})();
« no previous file with comments | « no previous file | lib/uninstall.js » ('j') | lib/uninstall.js » ('J')

Powered by Google App Engine
This is Rietveld