Chromium Code Reviews| Index: services/catalog/store.h |
| diff --git a/services/catalog/store.h b/services/catalog/store.h |
| index e563b2cbf24adbf8ffdc963ceac1d2de46e778c5..16c16c7319ccc5924351e5acd37f050fae31c90d 100644 |
| --- a/services/catalog/store.h |
| +++ b/services/catalog/store.h |
| @@ -36,6 +36,7 @@ class Store { |
| static const char kCapabilities_InterfacesKey[]; |
| // Value is a list. |
| static const char kServicesKey[]; |
| + static const char kPrivilegedKey[]; |
| virtual ~Store() {} |