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

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

Issue 2441653003: Enable fetching of admin policies for login screen apps (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 | « chromeos/chromeos_paths.cc ('k') | components/policy/core/common/cloud/cloud_policy_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 40e1086912f3e4cc77b75e8a779a6ab2260548ad..14a0956aa696e32c5051e380825949a52b66e6e3 100644
--- a/components/policy/core/common/cloud/cloud_policy_manager.h
+++ b/components/policy/core/common/cloud/cloud_policy_manager.h
@@ -87,7 +87,8 @@ class POLICY_EXPORT CloudPolicyManager
const std::string& policy_type,
const base::FilePath& policy_cache_path,
const scoped_refptr<net::URLRequestContextGetter>& request_context,
- CloudPolicyClient* client);
+ CloudPolicyClient* client,
+ SchemaRegistry* schema_registry);
void ClearAndDestroyComponentCloudPolicyService();
« no previous file with comments | « chromeos/chromeos_paths.cc ('k') | components/policy/core/common/cloud/cloud_policy_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698