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

Unified Diff: extensions/test/data/manifest_tests/incognito_spanning.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_spanning.json
diff --git a/chrome/test/data/extensions/manifest_tests/devtools_extension_url_invalid_type.json b/extensions/test/data/manifest_tests/incognito_spanning.json
similarity index 60%
copy from chrome/test/data/extensions/manifest_tests/devtools_extension_url_invalid_type.json
copy to extensions/test/data/manifest_tests/incognito_spanning.json
index 1d85a02dc8c61ac440e607b6c21f4b229ec20e8e..7e54be4e4d0d56852671adf6f216cca4bc6b6b4f 100644
--- a/chrome/test/data/extensions/manifest_tests/devtools_extension_url_invalid_type.json
+++ b/extensions/test/data/manifest_tests/incognito_spanning.json
@@ -1,5 +1,5 @@
{
"name": "test",
"version": "1",
- "devtools_page": 42
+ "incognito": "spanning"
}

Powered by Google App Engine
This is Rietveld 408576698