| Index: ash/common/system/system_notifier.h
|
| diff --git a/ash/common/system/system_notifier.h b/ash/common/system/system_notifier.h
|
| index e8bbb309e118c5c0bfb13390e98ff1ee278ba0f5..08cc47736ec40f7744de58bc2ccdd58a61e40349 100644
|
| --- a/ash/common/system/system_notifier.h
|
| +++ b/ash/common/system/system_notifier.h
|
| @@ -14,6 +14,7 @@ namespace ash {
|
| namespace system_notifier {
|
|
|
| // The list of ash system notifier IDs. Alphabetical order.
|
| +ASH_EXPORT extern const char kNotifierAccessibility[];
|
| ASH_EXPORT extern const char kNotifierBattery[];
|
| ASH_EXPORT extern const char kNotifierBluetooth[];
|
| ASH_EXPORT extern const char kNotifierDeprecatedAccelerator[];
|
|
|