| Index: chrome/browser/policy/schema_registry_service_factory.cc
|
| diff --git a/chrome/browser/policy/schema_registry_service_factory.cc b/chrome/browser/policy/schema_registry_service_factory.cc
|
| index 5e0e4d3c84a195bf6104c932fb6d9055a88a2130..d0a4b0a6dd25871811966932293eaa4f33c1386a 100644
|
| --- a/chrome/browser/policy/schema_registry_service_factory.cc
|
| +++ b/chrome/browser/policy/schema_registry_service_factory.cc
|
| @@ -116,7 +116,8 @@ SchemaRegistryServiceFactory::CreateForContextInternal(
|
| // DeviceLocalAccountPolicyBroker, which uses the registry to fetch and
|
| // cache policy even if there is no active session for that account.
|
| // Use a ForwardingSchemaRegistry that wraps this SchemaRegistry.
|
| - registry.reset(new ForwardingSchemaRegistry(broker->schema_registry()));
|
| + registry.reset(new ForwardingSchemaRegistry(broker->schema_registry(),
|
| + false /* forward_readiness */));
|
| }
|
| #endif
|
|
|
|
|