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

Unified Diff: chrome/test/data/extensions/api_test/content_scripts/extension_api/manifest.json

Issue 16268017: GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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/content_scripts/extension_api/manifest.json
diff --git a/chrome/test/data/extensions/api_test/content_scripts/extension_api/manifest.json b/chrome/test/data/extensions/api_test/content_scripts/extension_api/manifest.json
index ffa1c4a49733216cf2852f2f6e24de37bb45fcda..99d1e5d349d1f955b3006a32a3f75cd687a39a7a 100644
--- a/chrome/test/data/extensions/api_test/content_scripts/extension_api/manifest.json
+++ b/chrome/test/data/extensions/api_test/content_scripts/extension_api/manifest.json
@@ -5,11 +5,11 @@
"permissions": ["storage"],
"content_scripts": [
{
- "matches": ["*://*/functions.html"],
+ "matches": ["*://*/*/functions.html"],
"js": ["functions.js"]
},
{
- "matches": ["*://*/events.html"],
+ "matches": ["*://*/*/events.html"],
"js": ["events.js"]
}
]

Powered by Google App Engine
This is Rietveld 408576698