| Index: chrome/browser/policy/policy_domain_descriptor.h
|
| diff --git a/chrome/browser/policy/policy_domain_descriptor.h b/chrome/browser/policy/policy_domain_descriptor.h
|
| index daa3d565e4ed148f82c6e3743d4c5230f45c01d3..e5721f69bdafd7fa47c08589946d63c6bc097a01 100644
|
| --- a/chrome/browser/policy/policy_domain_descriptor.h
|
| +++ b/chrome/browser/policy/policy_domain_descriptor.h
|
| @@ -29,6 +29,7 @@ class PolicyDomainDescriptor
|
|
|
| PolicyDomain domain() const { return domain_; }
|
| const SchemaMap& components() const { return schema_map_; }
|
| + const PolicySchema* get_schema(const std::string& component) const;
|
|
|
| // Registers the given |component_id| for this domain, and sets its current
|
| // |schema|. This registration overrides any previously set schema for this
|
|
|