| 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" ]
|
| }
|
| }
|
|
|