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

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: Moar... fixes... Created 4 years, 5 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..62df1ef26c4e894ed1a46f5182fc3024002a4b72 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": ["*://*/echo"],
"js": ["content_script.js"]
}
]

Powered by Google App Engine
This is Rietveld 408576698