Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(569)

Unified Diff: components/policy/core/common/cloud/cloud_policy_manager.h

Issue 756133002: Purge cache when the server removes the policy for an extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win build Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/policy/core/common/cloud/cloud_policy_manager.h
diff --git a/components/policy/core/common/cloud/cloud_policy_manager.h b/components/policy/core/common/cloud/cloud_policy_manager.h
index f8baebdd0b74a5937528c0993507cbb3063d8d79..256ec8082d51f325fad286924f69eafe77974765 100644
--- a/components/policy/core/common/cloud/cloud_policy_manager.h
+++ b/components/policy/core/common/cloud/cloud_policy_manager.h
@@ -84,7 +84,8 @@ class POLICY_EXPORT CloudPolicyManager
void CreateComponentCloudPolicyService(
const base::FilePath& policy_cache_path,
- const scoped_refptr<net::URLRequestContextGetter>& request_context);
+ const scoped_refptr<net::URLRequestContextGetter>& request_context,
+ CloudPolicyClient* client);
void ClearAndDestroyComponentCloudPolicyService();

Powered by Google App Engine
This is Rietveld 408576698