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

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

Issue 1786263002: Remove uses of ENABLE_CONFIGURATION_POLICY from src/chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sort Created 4 years, 9 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 86dedcf652e2f7a13d3a24d57272876d8ff60686..d6e4fe79a3b74994287c49b260fa57eb8f0261d5 100644
--- a/chrome/browser/policy/profile_policy_connector.h
+++ b/chrome/browser/policy/profile_policy_connector.h
@@ -67,7 +67,6 @@ class ProfilePolicyConnector : public KeyedService {
const ConfigurationPolicyProvider* DeterminePolicyProviderForPolicy(
const char* name) const;
-#if defined(ENABLE_CONFIGURATION_POLICY)
#if defined(OS_CHROMEOS)
// Some of the user policy configuration affects browser global state, and
// can only come from one Profile. |is_primary_user_| is true if this
@@ -81,7 +80,6 @@ class ProfilePolicyConnector : public KeyedService {
scoped_ptr<ConfigurationPolicyProvider> wrapped_platform_policy_provider_;
CloudPolicyManager* user_cloud_policy_manager_;
-#endif // defined(ENABLE_CONFIGURATION_POLICY)
// |policy_providers_| contains a list of the policy providers available for
// the PolicyService of this connector, in decreasing order of priority.
« no previous file with comments | « chrome/browser/net/chrome_network_delegate.cc ('k') | chrome/browser/policy/profile_policy_connector_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698