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

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

Issue 10982044: Adding thirdParty property to RequestMatcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reordered the unit-test to spare setting up some URLs. Created 8 years, 2 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/webrequest/manifest.json
diff --git a/chrome/test/data/extensions/api_test/webrequest/manifest.json b/chrome/test/data/extensions/api_test/webrequest/manifest.json
index 29f8fff5a45209487fa7234af86460c0fe69c171..e59b06519550bf90ab272a3a6066e26845f74f96 100644
--- a/chrome/test/data/extensions/api_test/webrequest/manifest.json
+++ b/chrome/test/data/extensions/api_test/webrequest/manifest.json
@@ -4,7 +4,8 @@
"manifest_version": 2,
"description": "Tests the webRequest API.",
"permissions": ["webRequest", "webRequestBlocking", "tabs",
- "declarativeWebRequest", "http://*.a.com/*"],
+ "declarativeWebRequest", "http://*.a.com/*",
+ "http://non_existing_third_party.com/image.png"],
"web_accessible_resources": [
"simpleLoad/a.html",
"complexLoad/a.html",

Powered by Google App Engine
This is Rietveld 408576698