| Index: ash/system/system_notifier.h
|
| diff --git a/ash/system/system_notifier.h b/ash/system/system_notifier.h
|
| index 540f3281ec8cbd32e464a8af17651d5387b896da..17781a246e2f19bbdc9601f09861ba442afee037 100644
|
| --- a/ash/system/system_notifier.h
|
| +++ b/ash/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 kNotifierAcceleratorController[];
|
| ASH_EXPORT extern const char kNotifierBattery[];
|
| ASH_EXPORT extern const char kNotifierBluetooth[];
|
| ASH_EXPORT extern const char kNotifierDisplay[];
|
|
|