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

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

Issue 2440473004: Add policy domain for signin screen apps (Closed)
Patch Set: Fix compilation Created 4 years, 2 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: 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 77c3738610f97cc95d219cb4353f1292f931b65c..42b813d77572fe06c416457cb30c168e5dd375d3 100644
--- a/components/policy/core/common/cloud/cloud_policy_manager.h
+++ b/components/policy/core/common/cloud/cloud_policy_manager.h
@@ -30,6 +30,7 @@ class URLRequestContextGetter;
namespace policy {
class PolicyMap;
+class SchemaRegistry;
Andrew T Wilson (Slow) 2016/10/21 13:56:30 Why is this added? We aren't using it?
emaxx 2016/10/21 14:33:10 Thanks, good catch. This line leaked from the seco
// CloudPolicyManager is the main switching central between cloud policy and the
// upper layers of the policy stack. It wires up a CloudPolicyCore to the
@@ -84,6 +85,7 @@ class POLICY_EXPORT CloudPolicyManager
virtual void GetChromePolicy(PolicyMap* policy_map);
void CreateComponentCloudPolicyService(
+ const std::string& policy_type,
const base::FilePath& policy_cache_path,
const scoped_refptr<net::URLRequestContextGetter>& request_context,
CloudPolicyClient* client);

Powered by Google App Engine
This is Rietveld 408576698