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

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

Issue 10257006: Move Declarative Web Request API out of experimental and make it a feature (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with ToT Created 8 years, 7 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 cf20c9cb5dd8765fd5045967f7d88a42ca28e6f0..8c7c8c11f4131bf372d1cf98cac1b564b2b95995 100644
--- a/chrome/test/data/extensions/api_test/webrequest/manifest.json
+++ b/chrome/test/data/extensions/api_test/webrequest/manifest.json
@@ -3,8 +3,8 @@
"version": "1.0",
"manifest_version": 2,
"description": "Tests the webRequest API.",
- "permissions": ["webRequest", "webRequestBlocking", "tabs", "experimental",
- "http://*.a.com/*"],
+ "permissions": ["webRequest", "webRequestBlocking", "tabs",
+ "declarative", "declarativeWebRequest", "http://*.a.com/*"],
"web_accessible_resources": [
"simpleLoad/a.html",
"complexLoad/a.html",

Powered by Google App Engine
This is Rietveld 408576698