| Index: components/policy/core/common/policy_service.cc
|
| diff --git a/components/policy/core/common/policy_service.cc b/components/policy/core/common/policy_service.cc
|
| index 8ba3da206ed802e7bfd45e222f0f49277c394edf..a1980363e9ab2463391cd5cf37995a9349221704 100644
|
| --- a/components/policy/core/common/policy_service.cc
|
| +++ b/components/policy/core/common/policy_service.cc
|
| @@ -39,4 +39,16 @@ void PolicyChangeRegistrar::OnPolicyUpdated(const PolicyNamespace& ns,
|
| }
|
| }
|
|
|
| +void PolicyService::Observer::OnPolicyServiceInitialized(PolicyDomain domain) {}
|
| +
|
| +PolicyService::Observer::~Observer() {}
|
| +
|
| +PolicyService::~PolicyService() {}
|
| +
|
| +#if defined(WIN32) && defined(COMPONENT_BUILD)
|
| +
|
| +PolicyService::Observer::Observer() {}
|
| +
|
| +#endif
|
| +
|
| } // namespace policy
|
|
|