Chromium Code Reviews| 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..50be8c0cd69310c58b7957fc0dd93fd6c7ff767a 100644 |
| --- a/components/policy/core/common/schema_registry.cc |
| +++ b/components/policy/core/common/schema_registry.cc |
| @@ -55,7 +55,7 @@ void SchemaRegistry::UnregisterComponent(const PolicyNamespace& ns) { |
| schema_map_ = new SchemaMap(map); |
| Notify(false); |
| } else { |
| - NOTREACHED(); |
| + // NOTREACHED(); |
| } |
| } |