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

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

Issue 10829142: Disable the managed storage API behind a flag for M22. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 8 years, 4 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/extensions/docs/apps/storage.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/storage.json
diff --git a/chrome/common/extensions/api/storage.json b/chrome/common/extensions/api/storage.json
index c2abffcfb8fc41bcb3696a5387a14fd6d28e452d..60ad8b1c9632de805ecf4d39dcbb0f01956316e5 100644
--- a/chrome/common/extensions/api/storage.json
+++ b/chrome/common/extensions/api/storage.json
@@ -163,7 +163,7 @@
{
"name": "areaName",
"type": "string",
- "description": "The name of the storage area (\"sync\", \"local\" or \"managed\") the changes are for."
+ "description": "The name of the storage area (\"sync\" or \"local\") the changes are for."
}
]
}
@@ -210,7 +210,8 @@
"managed": {
"$ref": "StorageArea",
"description": "Items under the \"managed\" storage area are set by the domain administrator, and are read-only by the extension; trying to modify this namespace results in an error.",
- "value": [ "managed" ]
+ "value": [ "managed" ],
+ "nodoc": true
}
}
}
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/extensions/docs/apps/storage.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698