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

Unified Diff: chrome/test/data/extensions/api_test/extension_resource_request_policy/web_accessible/manifest.json

Issue 10827107: Allow transitions to WebUI pages which are extension urls (new tab page is the relevant example). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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/extension_resource_request_policy/web_accessible/manifest.json
===================================================================
--- chrome/test/data/extensions/api_test/extension_resource_request_policy/web_accessible/manifest.json (revision 150475)
+++ chrome/test/data/extensions/api_test/extension_resource_request_policy/web_accessible/manifest.json (working copy)
@@ -6,5 +6,8 @@
"web_accessible_resources": [
"test.png",
"nonexistent.png"
- ]
+ ],
+ "chrome_url_overrides": {
+ "newtab": "newtab_override.html"
+ }
}

Powered by Google App Engine
This is Rietveld 408576698