| 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 b8a32951d2a497739bd946bb34915b083ea640c5..933c2aed3d8218e8e62ad925441cf59775399830 100644
|
| --- a/chrome/browser/policy/profile_policy_connector.h
|
| +++ b/chrome/browser/policy/profile_policy_connector.h
|
| @@ -58,6 +58,9 @@ class ProfilePolicyConnector : public KeyedService {
|
|
|
| private:
|
| #if defined(ENABLE_CONFIGURATION_POLICY)
|
| +#if defined(OS_WIN) || defined(OS_MACOSX)
|
| + void EnableNPAPIIfRequired();
|
| +#endif
|
| #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
|
|
|