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

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

Issue 2718543004: [Extensions Bindings] Add ChromeSetting custom type (Closed)
Patch Set: rebase 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 92541e81333f5a52a71a1780ff74d19bbfc1b175..6c0391e7ccb61a52596ba36ef63260f741debda4 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"
« no previous file with comments | « chrome/test/data/extensions/api_test/native_bindings/extension/background.js ('k') | extensions/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698