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

Unified Diff: chrome/common/extensions/api/extension_api.json

Issue 8806025: Whitelist experimental.storage as an unprivileged extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years 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/common/extensions/api/extension_api.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/extension_api.json
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
index 1330a98b304e2554291f62a95a2e8f1b81720efc..a5b8696699c555715522245ab48d2e7382b7f4da 100644
--- a/chrome/common/extensions/api/extension_api.json
+++ b/chrome/common/extensions/api/extension_api.json
@@ -1163,11 +1163,13 @@
"sync": {
"$ref": "StorageNamespace",
"description": "Items under the \"sync\" namespace are synced using Chrome Sync.",
+ "unprivileged": true,
"value": [ "sync" ]
},
"local": {
"$ref": "StorageNamespace",
"description": "Items under the \"local\" namespace are local to each machine.",
+ "unprivileged": true,
"value": [ "local" ]
}
}
« no previous file with comments | « chrome/common/extensions/api/extension_api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698