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

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

Issue 10392127: Move declarative API into events API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix change schema type reference from 'Event' to 'events.Event' 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 8c7c8c11f4131bf372d1cf98cac1b564b2b95995..7f2a046129be642d3d6010c8cd49441f5cb9bbeb 100644
--- a/chrome/test/data/extensions/api_test/webrequest/manifest.json
+++ b/chrome/test/data/extensions/api_test/webrequest/manifest.json
@@ -4,7 +4,7 @@
"manifest_version": 2,
"description": "Tests the webRequest API.",
"permissions": ["webRequest", "webRequestBlocking", "tabs",
- "declarative", "declarativeWebRequest", "http://*.a.com/*"],
+ "declarativeWebRequest", "http://*.a.com/*"],
"web_accessible_resources": [
"simpleLoad/a.html",
"complexLoad/a.html",
« no previous file with comments | « chrome/test/data/extensions/api_test/declarative/api/manifest.json ('k') | tools/json_schema_compiler/cc_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698