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

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

Issue 2934573002: [Extensions Bindings] Update test to not use idle (Closed)
Patch Set: . Created 3 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
« no previous file with comments | « chrome/test/data/extensions/api_test/native_bindings/extension/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d185dd29219ec2d9bf04809bdaafcccd0859d94c..62a49fff3a35a3c1359553515f42ddfe149e2467 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
@@ -4,7 +4,7 @@
"description": "A simple e2e test for native bindings, id is ddchlicdkolnonkihahngkmmmjnjlkkf",
"manifest_version": 2,
"version": "0.1",
- "permissions": ["idle", "tabs", "cast.streaming", "*://example.com:*/*",
+ "permissions": ["history", "tabs", "cast.streaming", "*://example.com:*/*",
"storage", "privacy", "webNavigation", "contentSettings"],
"background": {
"persistent": false,
« no previous file with comments | « chrome/test/data/extensions/api_test/native_bindings/extension/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698