| Index: components/policy/core/common/schema_registry.cc
|
| diff --git a/components/policy/core/common/schema_registry.cc b/components/policy/core/common/schema_registry.cc
|
| index a0b41052ec8d8d38bb170007edb55a7a4ab484a0..024d28c7714ad52d80d78b78fe9df4f2c3d77b43 100644
|
| --- a/components/policy/core/common/schema_registry.cc
|
| +++ b/components/policy/core/common/schema_registry.cc
|
| @@ -26,6 +26,10 @@ SchemaRegistry::~SchemaRegistry() {
|
| OnSchemaRegistryShuttingDown(this));
|
| }
|
|
|
| +const scoped_refptr<SchemaMap>& SchemaRegistry::schema_map() const {
|
| + return schema_map_;
|
| +}
|
| +
|
| void SchemaRegistry::RegisterComponent(const PolicyNamespace& ns,
|
| const Schema& schema) {
|
| ComponentMap map;
|
|
|