| 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.
|
|
|