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

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

Issue 2282743002: Disable NTP Content Suggestions by default for enterprise users (Closed)
Patch Set: update tests Created 4 years, 4 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/user_cloud_policy_manager.h
diff --git a/components/policy/core/common/cloud/user_cloud_policy_manager.h b/components/policy/core/common/cloud/user_cloud_policy_manager.h
index c1fb3247d0ea8e7c62d3f7baa4cb633577dfa81f..a8bfd4535d8ed2c3d8ba71363926c93955d94145 100644
--- a/components/policy/core/common/cloud/user_cloud_policy_manager.h
+++ b/components/policy/core/common/cloud/user_cloud_policy_manager.h
@@ -80,6 +80,9 @@ class POLICY_EXPORT UserCloudPolicyManager : public CloudPolicyManager {
scoped_refptr<net::URLRequestContextGetter> request_context);
private:
+ // CloudPolicyManager:
+ void GetChromePolicy(PolicyMap* policy_map) override;
+
// Typed pointer to the store owned by UserCloudPolicyManager. Note that
// CloudPolicyManager only keeps a plain CloudPolicyStore pointer.
std::unique_ptr<UserCloudPolicyStore> store_;

Powered by Google App Engine
This is Rietveld 408576698