| 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 c4317df16ace9a69fff38b061048252d57f15b3c..c62dc0765ec5ebf0dd8ab546aa03f69d1a575ca4 100644
|
| --- a/ash/common/system/tray/system_tray_controller.cc
|
| +++ b/ash/common/system/tray/system_tray_controller.cc
|
| @@ -23,6 +23,11 @@ void SystemTrayController::ShowSettings() {
|
| system_tray_client_->ShowSettings();
|
| }
|
|
|
| +void SystemTrayController::ShowBluetoothSettings() {
|
| + if (system_tray_client_)
|
| + system_tray_client_->ShowBluetoothSettings();
|
| +}
|
| +
|
| void SystemTrayController::ShowDateSettings() {
|
| if (system_tray_client_)
|
| system_tray_client_->ShowDateSettings();
|
|
|