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

Unified Diff: chrome/browser/chromeos/policy/device_local_account_policy_service.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
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/device_local_account_policy_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/policy/device_local_account_policy_service.h
diff --git a/chrome/browser/chromeos/policy/device_local_account_policy_service.h b/chrome/browser/chromeos/policy/device_local_account_policy_service.h
index 814437edb5239033d62462042dcf6a303b9be425..b391a5ceda07845b6e877abe90b658682e398c5f 100644
--- a/chrome/browser/chromeos/policy/device_local_account_policy_service.h
+++ b/chrome/browser/chromeos/policy/device_local_account_policy_service.h
@@ -112,7 +112,8 @@ class DeviceLocalAccountPolicyBroker
private:
void CreateComponentCloudPolicyService(
- const scoped_refptr<net::URLRequestContextGetter>& request_context);
+ const scoped_refptr<net::URLRequestContextGetter>& request_context,
+ CloudPolicyClient* client);
const std::string account_id_;
const std::string user_id_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/device_local_account_policy_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698