Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Unified Diff: chrome/test/data/extensions/api_test/browser_action/popup/manifest.json

Issue 567037: Initial work on making extensions work in incognito mode. (Closed)
Patch Set: added experimental requirement Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/browser_action/popup/manifest.json
diff --git a/chrome/test/data/extensions/api_test/browser_action/popup/manifest.json b/chrome/test/data/extensions/api_test/browser_action/popup/manifest.json
index f353316f148e98982d232dcbd720ea75124f8432..fe2ad11ea92dc43c5abef70b8c237182fa3bbb6d 100755
--- a/chrome/test/data/extensions/api_test/browser_action/popup/manifest.json
+++ b/chrome/test/data/extensions/api_test/browser_action/popup/manifest.json
@@ -2,6 +2,9 @@
"name": "Popup tester",
"version": "0.1",
"description": "apitest for popups",
+ "permissions": [
+ "experimental", "incognito"
+ ],
"browser_action": {
"name": "grow",
"icons": ["chromium.png"],

Powered by Google App Engine
This is Rietveld 408576698