| Index: chrome/browser/policy/policy_service.h
|
| diff --git a/chrome/browser/policy/policy_service.h b/chrome/browser/policy/policy_service.h
|
| index e1973bac01a79955c3fea1dca71f241f6d14a200..94f57aead76f39b97565051e4d58ad335fa4b39c 100644
|
| --- a/chrome/browser/policy/policy_service.h
|
| +++ b/chrome/browser/policy/policy_service.h
|
| @@ -63,8 +63,7 @@ class PolicyService {
|
| const std::string& component_id,
|
| Observer* observer) = 0;
|
|
|
| - // Returns NULL if no policies are available for |domain|, | component_id|.
|
| - virtual const PolicyMap* GetPolicies(
|
| + virtual const PolicyMap& GetPolicies(
|
| PolicyDomain domain,
|
| const std::string& component_id) const = 0;
|
|
|
|
|