| Index: ash/common/system/tray/system_tray_controller.h
|
| diff --git a/ash/common/system/tray/system_tray_controller.h b/ash/common/system/tray/system_tray_controller.h
|
| index c2cb6d036f19827aed3bff9aa1362307d4c18009..59d6226bdb1e705952200d0fef3cf6d617535753 100644
|
| --- a/ash/common/system/tray/system_tray_controller.h
|
| +++ b/ash/common/system/tray/system_tray_controller.h
|
| @@ -33,6 +33,8 @@ class ASH_EXPORT SystemTrayController
|
|
|
| // Wrappers around the mojom::SystemTrayClient interface.
|
| void ShowSettings();
|
| + void ShowBluetoothSettings();
|
| + // TODO(crbug.com/660043): ShowBluetoothPairingDialog() goes here.
|
| void ShowDateSettings();
|
| void ShowSetTimeDialog();
|
| void ShowDisplaySettings();
|
| @@ -65,7 +67,7 @@ class ASH_EXPORT SystemTrayController
|
| bool factory_reset_required) override;
|
|
|
| private:
|
| - // Client interface in chrome browser. Only bound on Chrome OS.
|
| + // Client interface in chrome browser. May be null in tests.
|
| mojom::SystemTrayClientPtr system_tray_client_;
|
|
|
| // Bindings for the SystemTray interface.
|
|
|