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

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

Issue 3210007: Add support for a "split" incognito behavior for extensions. (Closed)
Patch Set: latest Created 10 years, 4 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/incognito/split/manifest.json
diff --git a/chrome/test/data/extensions/api_test/incognito/split/manifest.json b/chrome/test/data/extensions/api_test/incognito/split/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..b3a920656b4ca1e1a3969a4d4dae730d3801572a
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/incognito/split/manifest.json
@@ -0,0 +1,8 @@
+{
+ "name": "incognito split-mode apitest",
+ "version": "0.1",
+ "description": "test that an incognito extension in split mode behaves properly",
+ "background_page": "background.html",
+ "incognito": "split",
+ "permissions": ["tabs", "http://*/*"]
+}

Powered by Google App Engine
This is Rietveld 408576698