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

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

Issue 2768093002: [Reland][Extensions Bindings] Add support for filtered events (Closed)
Patch Set: Fix Created 3 years, 9 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/native_bindings/extension/manifest.json
diff --git a/chrome/test/data/extensions/api_test/native_bindings/extension/manifest.json b/chrome/test/data/extensions/api_test/native_bindings/extension/manifest.json
index 6c0391e7ccb61a52596ba36ef63260f741debda4..af843beda24ece5c997d0fd20d4e96aad8e4608c 100644
--- a/chrome/test/data/extensions/api_test/native_bindings/extension/manifest.json
+++ b/chrome/test/data/extensions/api_test/native_bindings/extension/manifest.json
@@ -5,7 +5,7 @@
"manifest_version": 2,
"version": "0.1",
"permissions": ["idle", "tabs", "cast.streaming", "*://example.com:*/*",
- "storage", "privacy"],
+ "storage", "privacy", "webNavigation"],
"background": {
"persistent": false,
"page": "background.html"

Powered by Google App Engine
This is Rietveld 408576698