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

Unified Diff: chrome/test/data/extensions/context_menus/incognito/manifest.json

Issue 4090011: Fix bug with context menus in incognito mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: manifest fix Created 10 years, 2 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/context_menus/incognito/manifest.json
diff --git a/chrome/test/data/extensions/context_menus/incognito/manifest.json b/chrome/test/data/extensions/context_menus/incognito/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..560ca1300cc8d6609cd77a018b68cef5c81a51ee
--- /dev/null
+++ b/chrome/test/data/extensions/context_menus/incognito/manifest.json
@@ -0,0 +1,7 @@
+{
+ "name": "Tests that context menus work properly in incognito split mode",
+ "version": "0.1",
+ "permissions": ["contextMenus"],
+ "incognito": "split",
+ "background_page": "background.html"
+}

Powered by Google App Engine
This is Rietveld 408576698