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

Unified Diff: extensions/test/data/manifest_tests/incognito_split.json

Issue 1351223003: Allow extensions to specify that they are not allowed in incognito mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add expectations for IncognitoInfo to test Created 5 years, 3 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: extensions/test/data/manifest_tests/incognito_split.json
diff --git a/chrome/test/data/extensions/manifest_tests/devtools_extension_url_invalid_type.json b/extensions/test/data/manifest_tests/incognito_split.json
similarity index 63%
copy from chrome/test/data/extensions/manifest_tests/devtools_extension_url_invalid_type.json
copy to extensions/test/data/manifest_tests/incognito_split.json
index 1d85a02dc8c61ac440e607b6c21f4b229ec20e8e..5bb8b6775d8ca8dc11979981810222ace9c56d4c 100644
--- a/chrome/test/data/extensions/manifest_tests/devtools_extension_url_invalid_type.json
+++ b/extensions/test/data/manifest_tests/incognito_split.json
@@ -1,5 +1,5 @@
{
"name": "test",
"version": "1",
- "devtools_page": 42
+ "incognito": "split"
}
« no previous file with comments | « extensions/test/data/manifest_tests/incognito_spanning.json ('k') | extensions/test/data/manifest_tests/minimal.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698