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; |
})(); |