| Index: ash/system/system_notifier.h
|
| diff --git a/ash/system/system_notifier.h b/ash/system/system_notifier.h
|
| index 9461389d0923f91af4aa399caf07d849611a4e79..95bac2f794d6ff2a6309dd43583a259fc6b24ce3 100644
|
| --- a/ash/system/system_notifier.h
|
| +++ b/ash/system/system_notifier.h
|
| @@ -16,6 +16,7 @@ namespace system_notifier {
|
| // The list of ash system notifier IDs. Alphabetical order.
|
| ASH_EXPORT extern const char kNotifierBattery[];
|
| ASH_EXPORT extern const char kNotifierBluetooth[];
|
| +ASH_EXPORT extern const char kNotifierDeprecatedAccelerator[];
|
| ASH_EXPORT extern const char kNotifierDisplay[];
|
| ASH_EXPORT extern const char kNotifierDisplayResolutionChange[];
|
| ASH_EXPORT extern const char kNotifierDisplayError[];
|
|
|