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

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

Issue 10807086: Trigger chrome.storage.onChanged events for policy updates on the 'managed' namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased, addressed comments, fixed ManagedStorageDisabled test Created 8 years, 5 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/common/extensions/api/storage.json
diff --git a/chrome/common/extensions/api/storage.json b/chrome/common/extensions/api/storage.json
index b89db3087cb9c52167232412919417951d2696b4..c2abffcfb8fc41bcb3696a5387a14fd6d28e452d 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\" or \"local\") the changes are for."
+ "description": "The name of the storage area (\"sync\", \"local\" or \"managed\") the changes are for."
}
]
}
« no previous file with comments | « chrome/browser/extensions/settings/value_store_cache.cc ('k') | chrome/common/extensions/docs/apps/storage.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698