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

Unified Diff: chrome/test/data/extensions/api_test/runtime/content_script/manifest.json

Issue 2190463008: Add an error page for HTTP 404 error pages without bodies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switch runtime test to title1.html Created 4 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/runtime/content_script/manifest.json
diff --git a/chrome/test/data/extensions/api_test/runtime/content_script/manifest.json b/chrome/test/data/extensions/api_test/runtime/content_script/manifest.json
index d5914b5a9f01ce19c66c7e161263520040130606..3cf21d7792bbd4899ec54c4a9cedf49d131aae94 100644
--- a/chrome/test/data/extensions/api_test/runtime/content_script/manifest.json
+++ b/chrome/test/data/extensions/api_test/runtime/content_script/manifest.json
@@ -4,7 +4,7 @@
"manifest_version": 2,
"content_scripts": [
{
- "matches": ["*://*/webpage.html"],
+ "matches": ["*://*/title1.html"],
"js": ["content_script.js"]
}
]

Powered by Google App Engine
This is Rietveld 408576698