| 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 f5370c7219ef00ccc29124a046f3547c8758f256..a773634a7009926a80c10c84a5c4152bf6cc0fb0 100644
|
| --- a/components/policy/core/common/schema_registry.cc
|
| +++ b/components/policy/core/common/schema_registry.cc
|
| @@ -17,6 +17,7 @@ SchemaRegistry::SchemaRegistry() : schema_map_(new SchemaMap) {
|
| domains_ready_[i] = false;
|
| #if !defined(ENABLE_EXTENSIONS)
|
| domains_ready_[POLICY_DOMAIN_EXTENSIONS] = true;
|
| + domains_ready_[POLICY_DOMAIN_SIGNIN_EXTENSIONS] = true;
|
| #endif
|
| }
|
|
|
|
|