| Index: components/policy/core/common/schema_registry_unittest.cc
|
| diff --git a/components/policy/core/common/schema_registry_unittest.cc b/components/policy/core/common/schema_registry_unittest.cc
|
| index 847a4173a9ba8a001e7e2c7a7b3f5abfa67ff5b9..631c980c310d98062089b081c0e3beb8d84da793 100644
|
| --- a/components/policy/core/common/schema_registry_unittest.cc
|
| +++ b/components/policy/core/common/schema_registry_unittest.cc
|
| @@ -272,11 +272,9 @@ TEST(SchemaRegistryTest, ForwardingSchemaRegistry) {
|
| EXPECT_FALSE(registry->IsReady());
|
| EXPECT_FALSE(forwarding.IsReady());
|
|
|
| -#if defined(ENABLE_EXTENSIONS)
|
| registry->SetReady(POLICY_DOMAIN_EXTENSIONS);
|
| EXPECT_FALSE(registry->IsReady());
|
| EXPECT_FALSE(forwarding.IsReady());
|
| -#endif
|
|
|
| registry->SetReady(POLICY_DOMAIN_CHROME);
|
| EXPECT_TRUE(registry->IsReady());
|
|
|