| Index: chrome/browser/policy/policy_service.h
|
| diff --git a/chrome/browser/policy/policy_service.h b/chrome/browser/policy/policy_service.h
|
| index f414ba0c82caac57c71a0e03bfd2cb1c6d4348c8..7cb874c4b4a5b4b08b141a8408bc0079687a8a63 100644
|
| --- a/chrome/browser/policy/policy_service.h
|
| +++ b/chrome/browser/policy/policy_service.h
|
| @@ -76,6 +76,11 @@ class PolicyService {
|
| // already true when an Observer is registered, then that Observer will not
|
| // have a OnPolicyServiceInitialized() notification.
|
| virtual bool IsInitializationComplete() const = 0;
|
| +
|
| + // Asks the PolicyService to reload policy from all available policy sources.
|
| + // |callback| is invoked once every source has reloaded its policies, and
|
| + // GetPolicies() is guaranteed to return the updated values at that point.
|
| + virtual void RefreshPolicies(const base::Closure& callback) = 0;
|
| };
|
|
|
| // A registrar that only observes changes to particular policies within the
|
|
|