Index: chrome/browser/policy/cloud/component_cloud_policy_service.h |
diff --git a/chrome/browser/policy/cloud/component_cloud_policy_service.h b/chrome/browser/policy/cloud/component_cloud_policy_service.h |
index 75fcef1af96b4ec435639aff53735a1d5dc43c53..95ae7ed85341e4075545e5cd417afeb509fad3d0 100644 |
--- a/chrome/browser/policy/cloud/component_cloud_policy_service.h |
+++ b/chrome/browser/policy/cloud/component_cloud_policy_service.h |
@@ -92,6 +92,9 @@ class ComponentCloudPolicyService : public CloudPolicyClient::Observer, |
// Returns the current policies for components. |
const PolicyBundle& policy() const { return policy_; } |
+ // Deletes all the cached component policy. |
+ void ClearCache(); |
+ |
// SchemaRegistry::Observer implementation: |
virtual void OnSchemaRegistryReady() OVERRIDE; |
virtual void OnSchemaRegistryUpdated(bool has_new_schemas) OVERRIDE; |