| Index: chrome/browser/policy/configuration_policy_provider.h
|
| diff --git a/chrome/browser/policy/configuration_policy_provider.h b/chrome/browser/policy/configuration_policy_provider.h
|
| index 4fa49375b3a8655aca49c878b6117f9e09b7161d..c9ed40dcae74efe5c9a1a6b6f8ddb1a5c60abdef 100644
|
| --- a/chrome/browser/policy/configuration_policy_provider.h
|
| +++ b/chrome/browser/policy/configuration_policy_provider.h
|
| @@ -69,9 +69,8 @@ class ConfigurationPolicyProvider : public SchemaRegistry::Observer {
|
| virtual void RemoveObserver(Observer* observer);
|
|
|
| // SchemaRegistry::Observer:
|
| - // This base implementation calls RefreshPolicies if
|
| - // |has_new_schemas| is true.
|
| virtual void OnSchemaRegistryUpdated(bool has_new_schemas) OVERRIDE;
|
| + virtual void OnSchemaRegistryReady() OVERRIDE;
|
|
|
| protected:
|
| // Subclasses must invoke this to update the policies currently served by
|
|
|