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

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

Issue 10174003: Pass the previous and the current PolicyMap to Observers of the PolicyService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nits Created 8 years, 8 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 | « no previous file | chrome/browser/policy/configuration_policy_pref_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/configuration_policy_pref_store.h
diff --git a/chrome/browser/policy/configuration_policy_pref_store.h b/chrome/browser/policy/configuration_policy_pref_store.h
index 93c7bd52d2a9277eeec397f6b38f2e7239b00c23..bbd13be2718771443d647f39d9d31cd115506544 100644
--- a/chrome/browser/policy/configuration_policy_pref_store.h
+++ b/chrome/browser/policy/configuration_policy_pref_store.h
@@ -42,7 +42,9 @@ class ConfigurationPolicyPrefStore
// PolicyService::Observer methods:
virtual void OnPolicyUpdated(PolicyDomain domain,
- const std::string& component_id) OVERRIDE;
+ const std::string& component_id,
+ const PolicyMap& previous,
+ const PolicyMap& current) OVERRIDE;
virtual void OnPolicyServiceInitialized() OVERRIDE;
// Creates a ConfigurationPolicyPrefStore that only provides policies that
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_pref_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698