| Index: components/policy/core/browser/configuration_policy_pref_store.cc
|
| diff --git a/components/policy/core/browser/configuration_policy_pref_store.cc b/components/policy/core/browser/configuration_policy_pref_store.cc
|
| index 70fe24642199d140d5cf58831529cf8437e93588..5185066fe7bcdbdb1983a5fc66db69d97a3a8c5d 100644
|
| --- a/components/policy/core/browser/configuration_policy_pref_store.cc
|
| +++ b/components/policy/core/browser/configuration_policy_pref_store.cc
|
| @@ -98,6 +98,7 @@ ConfigurationPolicyPrefStore::~ConfigurationPolicyPrefStore() {
|
|
|
| void ConfigurationPolicyPrefStore::Refresh() {
|
| scoped_ptr<PrefValueMap> new_prefs(CreatePreferencesFromPolicies());
|
| +
|
| std::vector<std::string> changed_prefs;
|
| new_prefs->GetDifferingKeys(prefs_.get(), &changed_prefs);
|
| prefs_.swap(new_prefs);
|
|
|