| Index: chrome/browser/policy/cloud/cloud_policy_refresh_scheduler.h
|
| diff --git a/chrome/browser/policy/cloud/cloud_policy_refresh_scheduler.h b/chrome/browser/policy/cloud/cloud_policy_refresh_scheduler.h
|
| index 3c8da4dc7aac38d78f01d4fde9c8bf474b8ee0a1..180bb0000ee60d63418d29cd310075445c612ba7 100644
|
| --- a/chrome/browser/policy/cloud/cloud_policy_refresh_scheduler.h
|
| +++ b/chrome/browser/policy/cloud/cloud_policy_refresh_scheduler.h
|
| @@ -57,6 +57,7 @@ class CloudPolicyRefreshScheduler
|
| // CloudPolicyClient::Observer:
|
| virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
|
| virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
|
| + virtual void OnRobotAuthCodesFetched(CloudPolicyClient* client) OVERRIDE;
|
| virtual void OnClientError(CloudPolicyClient* client) OVERRIDE;
|
|
|
| // CloudPolicyStore::Observer:
|
|
|