| Index: components/policy/core/common/schema_registry.h
|
| diff --git a/components/policy/core/common/schema_registry.h b/components/policy/core/common/schema_registry.h
|
| index ce787e769c56addef904297a34288b524b9413ab..ba422d2d2050fef9637023da9aea0743f708883e 100644
|
| --- a/components/policy/core/common/schema_registry.h
|
| +++ b/components/policy/core/common/schema_registry.h
|
| @@ -150,11 +150,14 @@ class POLICY_EXPORT ForwardingSchemaRegistry
|
|
|
| // SchemaRegistry::Observer:
|
| void OnSchemaRegistryUpdated(bool has_new_schemas) override;
|
| + void OnSchemaRegistryReady() override;
|
|
|
| // SchemaRegistry::InternalObserver:
|
| void OnSchemaRegistryShuttingDown(SchemaRegistry* registry) override;
|
|
|
| private:
|
| + void UpdateReadiness();
|
| +
|
| SchemaRegistry* wrapped_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ForwardingSchemaRegistry);
|
|
|