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

Unified Diff: chrome/browser/extensions/settings/value_store_cache.cc

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
« no previous file with comments | « chrome/browser/extensions/settings/value_store_cache.h ('k') | chrome/common/extensions/api/storage.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/settings/value_store_cache.cc
diff --git a/chrome/browser/extensions/settings/value_store_cache.cc b/chrome/browser/extensions/settings/value_store_cache.cc
index 8bcefb9b70a706f33095a465f011f69fd45a8fb3..4d3fd70b636c70acd21dbd9a2fd3790e8f02ad39 100644
--- a/chrome/browser/extensions/settings/value_store_cache.cc
+++ b/chrome/browser/extensions/settings/value_store_cache.cc
@@ -8,4 +8,6 @@ namespace extensions {
ValueStoreCache::~ValueStoreCache() {}
+void ValueStoreCache::ShutdownOnUI() {}
+
} // namespace extensions
« no previous file with comments | « chrome/browser/extensions/settings/value_store_cache.h ('k') | chrome/common/extensions/api/storage.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698