| Index: ash/system/system_notifier.cc
|
| diff --git a/ash/system/system_notifier.cc b/ash/system/system_notifier.cc
|
| index d76767c5de80281f96b50557fd27f577a12fb0da..c762930ed7a342c5752ebb675d9ff35f750f230b 100644
|
| --- a/ash/system/system_notifier.cc
|
| +++ b/ash/system/system_notifier.cc
|
| @@ -22,7 +22,6 @@ namespace {
|
| // which can appear regardless of the situation, such like login screen or lock
|
| // screen.
|
| const char* kAlwaysShownSystemNotifierIds[] = {
|
| - kNotifierDeprecatedAccelerator,
|
| kNotifierBattery,
|
| kNotifierDisplay,
|
| kNotifierDisplayError,
|
| @@ -70,7 +69,6 @@ bool MatchSystemNotifierId(const message_center::NotifierId& notifier_id,
|
|
|
| } // namespace
|
|
|
| -const char kNotifierDeprecatedAccelerator[] = "ash.accelerator-controller";
|
| const char kNotifierBattery[] = "ash.battery";
|
| const char kNotifierBluetooth[] = "ash.bluetooth";
|
| const char kNotifierDisplay[] = "ash.display";
|
|
|