| Index: services/catalog/store.cc
|
| diff --git a/services/catalog/store.cc b/services/catalog/store.cc
|
| index 2fea2c213450567a48f37f0a5dfddfa7d4467fc7..402729c9f7587b52143e8986bc9188a971a45dc4 100644
|
| --- a/services/catalog/store.cc
|
| +++ b/services/catalog/store.cc
|
| @@ -9,8 +9,6 @@ namespace catalog {
|
| // static
|
| const char Store::kNameKey[] = "name";
|
| // static
|
| -const char Store::kQualifierKey[] = "process-group";
|
| -// static
|
| const char Store::kDisplayNameKey[] = "display_name";
|
| // static
|
| const char Store::kInterfaceProviderSpecsKey[] = "interface_provider_specs";
|
|
|