| Index: chrome/browser/policy/cloud/cloud_policy_service.cc
|
| diff --git a/chrome/browser/policy/cloud/cloud_policy_service.cc b/chrome/browser/policy/cloud/cloud_policy_service.cc
|
| index 374aa018c0ea782a4f731645e473d0dc7e327747..a16d3f3ba9f1a26da242a2e955a40445174190b6 100644
|
| --- a/chrome/browser/policy/cloud/cloud_policy_service.cc
|
| +++ b/chrome/browser/policy/cloud/cloud_policy_service.cc
|
| @@ -77,6 +77,9 @@ void CloudPolicyService::OnPolicyFetched(CloudPolicyClient* client) {
|
| void CloudPolicyService::OnRegistrationStateChanged(CloudPolicyClient* client) {
|
| }
|
|
|
| +void CloudPolicyService::OnRobotAuthCodesFetched(CloudPolicyClient* client) {
|
| +}
|
| +
|
| void CloudPolicyService::OnClientError(CloudPolicyClient* client) {
|
| if (refresh_state_ == REFRESH_POLICY_FETCH)
|
| RefreshCompleted(false);
|
|
|