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

Unified Diff: extensions/test/data/manifest_tests/incognito_not_allowed.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
« no previous file with comments | « extensions/extensions_tests.gypi ('k') | extensions/test/data/manifest_tests/incognito_spanning.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/test/data/manifest_tests/incognito_not_allowed.json
diff --git a/chrome/test/data/extensions/manifest_tests/devtools_extension_url_invalid_type.json b/extensions/test/data/manifest_tests/incognito_not_allowed.json
similarity index 57%
copy from chrome/test/data/extensions/manifest_tests/devtools_extension_url_invalid_type.json
copy to extensions/test/data/manifest_tests/incognito_not_allowed.json
index 1d85a02dc8c61ac440e607b6c21f4b229ec20e8e..f44d252dea65e50a903ae1816385ec3bc50b1dbe 100644
--- a/chrome/test/data/extensions/manifest_tests/devtools_extension_url_invalid_type.json
+++ b/extensions/test/data/manifest_tests/incognito_not_allowed.json
@@ -1,5 +1,5 @@
{
"name": "test",
"version": "1",
- "devtools_page": 42
+ "incognito": "not_allowed"
}
« no previous file with comments | « extensions/extensions_tests.gypi ('k') | extensions/test/data/manifest_tests/incognito_spanning.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698