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

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

Issue 2718543004: [Extensions Bindings] Add ChromeSetting custom type (Closed)
Patch Set: . 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 c3f995a513f1f56acbda0f6b885e90b09d62f672..107d2cdcfeb31b3820622608cb317c5e26fc6802 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"],
+ "storage", "privacy"],
"background": {
"persistent": false,
"page": "background.html"

Powered by Google App Engine
This is Rietveld 408576698