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

Unified Diff: chrome/test/data/extensions/api_test/browser_action/add_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/add_popup/manifest.json
diff --git a/chrome/test/data/extensions/api_test/browser_action/add_popup/manifest.json b/chrome/test/data/extensions/api_test/browser_action/add_popup/manifest.json
index c7ddb6a294d51acc423cbc3002e275a1f7ce47cd..697d2cea1f319ed285cbc4952a4a5feaa88f0dd3 100644
--- a/chrome/test/data/extensions/api_test/browser_action/add_popup/manifest.json
+++ b/chrome/test/data/extensions/api_test/browser_action/add_popup/manifest.json
@@ -3,7 +3,8 @@
"version": "1.0",
"background_page": "background.html",
"permissions": [
- "tabs", "http://*/*"
+ "tabs", "http://*/*",
+ "experimental", "incognito"
],
"browser_action": {
"default_title": "Test setPopup()",
« no previous file with comments | « chrome/renderer/user_script_slave.cc ('k') | chrome/test/data/extensions/api_test/browser_action/basics/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698