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

Unified Diff: metadata.common

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
Index: metadata.common
diff --git a/metadata.common b/metadata.common
index dd314e462d4a53122125d00ee2411936893a7200..acd3199284fbd227a474d510f27a67273f58e616 100644
--- a/metadata.common
+++ b/metadata.common
@@ -14,6 +14,7 @@ backgroundScripts = ext/common.js
messageResponder.js
popupBlocker.js
background.js
+ ext/uninstall.js
testScripts = ../ext/common.js
../ext/background.js
../lib/compat.js
@@ -40,6 +41,7 @@ document_end = include.postload.js
[mapping]
ext/content.js = chrome/ext/content.js
ext/popup.js = chrome/ext/popup.js
+ext/uninstall.js = chrome/ext/uninstall.js
subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml
firstRun.html = adblockplusui/firstRun.html
common.js = adblockplusui/common.js
« chrome/ext/uninstall.js ('K') | « chrome/ext/uninstall.js ('k') | metadata.safari » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld