Index: chrome/browser/configuration_policy_provider.h |
diff --git a/chrome/browser/configuration_policy_provider.h b/chrome/browser/configuration_policy_provider.h |
index 7cb60f62dbe976b6c1870a4aaef716a0f41ae35c..ae4ad73b1390ee92476e51eef392b4c97e417cd9 100644 |
--- a/chrome/browser/configuration_policy_provider.h |
+++ b/chrome/browser/configuration_policy_provider.h |
@@ -30,6 +30,11 @@ class ConfigurationPolicyProvider { |
// Returns true if the policy could be provided, otherwise false. |
virtual bool Provide(ConfigurationPolicyStore* store) = 0; |
+ // Called by the subclass provider at any time to indicate that the currently |
+ // applied policy is not longer current. A policy refresh will be initiated as |
+ // soon as possible. |
+ virtual void NotifyStoreOfPolicyChange(); |
+ |
protected: |
// A structure mapping policies to their implementations by providers. |
struct PolicyValueMapEntry { |