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

Unified Diff: chrome/browser/policy/profile_policy_connector.h

Issue 1150373002: platformKeys: Add policy and corporate key tagging. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@key_perm
Patch Set: Created 5 years, 6 months 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: chrome/browser/policy/profile_policy_connector.h
diff --git a/chrome/browser/policy/profile_policy_connector.h b/chrome/browser/policy/profile_policy_connector.h
index b8a32951d2a497739bd946bb34915b083ea640c5..b794c0f6e2579f2f67f3148509b16b451c22436c 100644
--- a/chrome/browser/policy/profile_policy_connector.h
+++ b/chrome/browser/policy/profile_policy_connector.h
@@ -37,7 +37,8 @@ class ProfilePolicyConnector : public KeyedService {
SchemaRegistry* schema_registry,
CloudPolicyManager* user_cloud_policy_manager);
- void InitForTesting(scoped_ptr<PolicyService> service);
+ void InitForTesting(scoped_ptr<PolicyService> service,
+ CloudPolicyManager* user_cloud_policy_manager);
// KeyedService:
void Shutdown() override;

Powered by Google App Engine
This is Rietveld 408576698