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

Side by Side Diff: chrome/common/extensions/api/storage.json

Issue 9274004: Take the Extension Storage API out of experimental. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "namespace": "experimental.storage", 3 "namespace": "storage",
4 "types": [ 4 "types": [
5 { 5 {
6 "id": "StorageChange", 6 "id": "StorageChange",
7 "type": "object", 7 "type": "object",
8 "properties": { 8 "properties": {
9 "oldValue": { 9 "oldValue": {
10 "type": "any", 10 "type": "any",
11 "description": "The old value of the item, if there was an old value .", 11 "description": "The old value of the item, if there was an old value .",
12 "optional": true 12 "optional": true
13 }, 13 },
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 }, 153 },
154 "local": { 154 "local": {
155 "$ref": "StorageNamespace", 155 "$ref": "StorageNamespace",
156 "description": "Items under the \"local\" namespace are local to each ma chine.", 156 "description": "Items under the \"local\" namespace are local to each ma chine.",
157 "unprivileged": true, 157 "unprivileged": true,
158 "value": [ "local" ] 158 "value": [ "local" ]
159 } 159 }
160 } 160 }
161 } 161 }
162 ] 162 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/extension_api.cc ('k') | chrome/common/extensions/docs/api_index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698