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

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

Issue 2704823002: [Extensions Bindings] Add support for custom property types (Closed)
Patch Set: jbroman's Created 3 years, 10 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 da21db2a1e1447b5790cb55ec4d72272dc43ba3b..c3f995a513f1f56acbda0f6b885e90b09d62f672 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,8 @@
"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": ["idle", "tabs", "cast.streaming", "*://example.com:*/*",
+ "storage"],
"background": {
"persistent": false,
"page": "background.html"

Powered by Google App Engine
This is Rietveld 408576698