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

Unified Diff: chrome/browser/policy/configuration_policy_pref_store.cc

Issue 9251026: Reinitialize LocalState's CommandLinePrefStore after about_flags updates the command line. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix presubmit checks, no code change 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/policy/configuration_policy_pref_store.cc
===================================================================
--- chrome/browser/policy/configuration_policy_pref_store.cc (revision 118876)
+++ chrome/browser/policy/configuration_policy_pref_store.cc (working copy)
@@ -65,6 +65,10 @@
observers_.RemoveObserver(observer);
}
+size_t ConfigurationPolicyPrefStore::NumberOfObservers() const {
+ return observers_.size();
+}
+
bool ConfigurationPolicyPrefStore::IsInitializationComplete() const {
return initialization_complete_;
}
« no previous file with comments | « chrome/browser/policy/configuration_policy_pref_store.h ('k') | chrome/browser/prefs/overlay_user_pref_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698