| Index: chrome/browser/policy/policy_service_stub.cc
|
| diff --git a/chrome/browser/policy/policy_service_stub.cc b/chrome/browser/policy/policy_service_stub.cc
|
| index a302455872872939b4bd8421239e43d476c6c912..263e3d12907b5e8a899b92db40cc3cd57985bb2d 100644
|
| --- a/chrome/browser/policy/policy_service_stub.cc
|
| +++ b/chrome/browser/policy/policy_service_stub.cc
|
| @@ -19,8 +19,7 @@ void PolicyServiceStub::RemoveObserver(PolicyDomain domain,
|
| Observer* observer) {}
|
|
|
| void PolicyServiceStub::RegisterPolicyDomain(
|
| - PolicyDomain domain,
|
| - const std::set<std::string>& components) {}
|
| + scoped_refptr<const PolicyDomainDescriptor> descriptor) {}
|
|
|
| const PolicyMap& PolicyServiceStub::GetPolicies(
|
| const PolicyNamespace& ns) const {
|
|
|