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

Unified Diff: chrome/common/extensions/docs/extensions/storage.html

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/docs/extensions/storage.html
diff --git a/chrome/common/extensions/docs/extensions/storage.html b/chrome/common/extensions/docs/extensions/storage.html
index ddca873ae71f3c65974d8650a496b1efee123732..2ad0f1b78120e5f2765fb9d5a969ed0dbea87b94 100644
--- a/chrome/common/extensions/docs/extensions/storage.html
+++ b/chrome/common/extensions/docs/extensions/storage.html
@@ -695,7 +695,7 @@ You can find examples that use this API on the
</div>
</em>
</dt>
- <dd>The name of the storage area ("sync" or "local") the changes are for.</dd>
+ <dd>The name of the storage area ("sync", "local" or "managed") the changes are for.</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->

Powered by Google App Engine
This is Rietveld 408576698