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

Unified Diff: chrome/test/data/extensions/manifest_tests/content_script_chrome_url_invalid.json

Issue 12792005: Allow extensions on chrome:// URLs, when flag is set and permission is explicitly requested (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reinstate original pickle order; add scripts clause to content_script_chrome_url_invalid.json to av… Created 7 years, 9 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 | « chrome/common/extensions/user_script.cc ('k') | extensions/common/url_pattern.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/manifest_tests/content_script_chrome_url_invalid.json
diff --git a/chrome/test/data/extensions/manifest_tests/content_script_chrome_url_invalid.json b/chrome/test/data/extensions/manifest_tests/content_script_chrome_url_invalid.json
index 19c041bf2d17fbfc6c873a97568540a800ebc2e6..bcbfd1e9e8a9de07fbc0ae8ea21a56b7eb9de7c0 100644
--- a/chrome/test/data/extensions/manifest_tests/content_script_chrome_url_invalid.json
+++ b/chrome/test/data/extensions/manifest_tests/content_script_chrome_url_invalid.json
@@ -3,7 +3,8 @@
"version": "1",
"content_scripts": [
{
- "matches": ["chrome://newtab/"]
+ "matches": ["chrome://newtab/"],
+ "js": ["javascript.js"]
}
]
}
« no previous file with comments | « chrome/common/extensions/user_script.cc ('k') | extensions/common/url_pattern.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698