| 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 f3b8800e471a24ce834ce523f2d74c8b4a723199..6cf39665a3db131165589db8461e94c28327f587 100644
|
| --- a/ash/common/system/tray/system_tray_controller.h
|
| +++ b/ash/common/system/tray/system_tray_controller.h
|
| @@ -34,9 +34,22 @@ class SystemTrayController : public mojom::SystemTray {
|
| explicit SystemTrayController(shell::Connector* connector);
|
| ~SystemTrayController() override;
|
|
|
| - // Wrappers around the mojom::SystemTrayClient interface.
|
| base::HourClockType hour_clock_type() const { return hour_clock_type_; }
|
| +
|
| + // Wrappers around the mojom::SystemTrayClient interface.
|
| + void ShowSettings();
|
| void ShowDateSettings();
|
| + void ShowDisplaySettings();
|
| + void ShowPowerSettings();
|
| + void ShowChromeSlow();
|
| + void ShowIMESettings();
|
| + void ShowHelp();
|
| + void ShowAccessibilityHelp();
|
| + void ShowAccessibilitySettings();
|
| + void ShowPaletteHelp();
|
| + void ShowPaletteSettings();
|
| + void ShowPublicAccountInfo();
|
| + void ShowProxySettings();
|
|
|
| // Binds the mojom::SystemTray interface to this object.
|
| void BindRequest(mojom::SystemTrayRequest request);
|
|
|