| Index: ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| diff --git a/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc b/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| index bdd8119fbf639fbe8748ac56958eaa09ef4ca787..c3bff9677751a4109a5374e204f8cffb9f8fdc1e 100644
|
| --- a/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| +++ b/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| @@ -266,7 +266,7 @@ class BluetoothDetailedView : public TrayDetailsView {
|
| bool is_bluetooth_enabled =
|
| WmShell::Get()->system_tray_delegate()->GetBluetoothEnabled();
|
| if (toggle_)
|
| - toggle_->SetIsOn(is_bluetooth_enabled, false);
|
| + toggle_->SetIsOn(is_bluetooth_enabled, true);
|
| }
|
|
|
| void UpdateDeviceScrollList() {
|
|
|