| Index: ash/common/system/tray/system_tray_controller.cc
|
| diff --git a/ash/common/system/tray/system_tray_controller.cc b/ash/common/system/tray/system_tray_controller.cc
|
| index 43ef4fa5f874fb2bdb91f3f6672a44bfdb3e5f75..ec2a30b068468009e489ba6ce4254bcd84915725 100644
|
| --- a/ash/common/system/tray/system_tray_controller.cc
|
| +++ b/ash/common/system/tray/system_tray_controller.cc
|
| @@ -28,6 +28,11 @@ void SystemTrayController::ShowDateSettings() {
|
| system_tray_client_->ShowDateSettings();
|
| }
|
|
|
| +void SystemTrayController::ShowSetTimeDialog() {
|
| + if (ConnectToSystemTrayClient())
|
| + system_tray_client_->ShowSetTimeDialog();
|
| +}
|
| +
|
| void SystemTrayController::ShowDisplaySettings() {
|
| if (ConnectToSystemTrayClient())
|
| system_tray_client_->ShowDisplaySettings();
|
|
|