| Index: chrome/browser/policy/device_local_account_policy_provider.h
|
| diff --git a/chrome/browser/policy/device_local_account_policy_provider.h b/chrome/browser/policy/device_local_account_policy_provider.h
|
| index 2838333b62b14c7a1205832625065cef53253f02..f26a208a7b900ea70683eec60deccdecf31f9a82 100644
|
| --- a/chrome/browser/policy/device_local_account_policy_provider.h
|
| +++ b/chrome/browser/policy/device_local_account_policy_provider.h
|
| @@ -41,7 +41,8 @@ class DeviceLocalAccountPolicyProvider
|
| DeviceLocalAccountPolicyBroker* GetBroker();
|
|
|
| // Handles completion of policy refreshes and triggers the update callback.
|
| - void ReportPolicyRefresh();
|
| + // |success| is true if the policy refresh was successful.
|
| + void ReportPolicyRefresh(bool success);
|
|
|
| // Unless |waiting_for_policy_refresh_|, calls UpdatePolicy(), using the
|
| // policy from the broker if available or keeping the current policy.
|
|
|