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

Unified Diff: chrome/test/data/extensions/api_test/browser_action/basics/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/basics/manifest.json
diff --git a/chrome/test/data/extensions/api_test/browser_action/basics/manifest.json b/chrome/test/data/extensions/api_test/browser_action/basics/manifest.json
index 9604839b3f17c2d150d6c65461468a038cef743b..9d9e9c180ab9012f3ac20347e8dd2c89137c2dae 100755
--- a/chrome/test/data/extensions/api_test/browser_action/basics/manifest.json
+++ b/chrome/test/data/extensions/api_test/browser_action/basics/manifest.json
@@ -3,7 +3,8 @@
"version": "1.0",
"background_page": "background.html",
"permissions": [
- "tabs", "http://*/*"
+ "tabs", "http://*/*",
+ "experimental", "incognito"
],
"browser_action": {
"default_title": "Make this page red",

Powered by Google App Engine
This is Rietveld 408576698