| Index: chrome/browser/policy/configuration_policy_provider.h
|
| diff --git a/chrome/browser/policy/configuration_policy_provider.h b/chrome/browser/policy/configuration_policy_provider.h
|
| index c9ed40dcae74efe5c9a1a6b6f8ddb1a5c60abdef..be8475d7261971974cd11b242e18c84a22f013f1 100644
|
| --- a/chrome/browser/policy/configuration_policy_provider.h
|
| +++ b/chrome/browser/policy/configuration_policy_provider.h
|
| @@ -78,6 +78,8 @@ class ConfigurationPolicyProvider : public SchemaRegistry::Observer {
|
| // The observers are notified after the policies are updated.
|
| void UpdatePolicy(scoped_ptr<PolicyBundle> bundle);
|
|
|
| + SchemaRegistry* schema_registry() const;
|
| +
|
| const scoped_refptr<SchemaMap>& schema_map() const;
|
|
|
| private:
|
|
|