| Index: ash/system/tray/system_tray_delegate.cc
|
| diff --git a/ash/system/tray/system_tray_delegate.cc b/ash/system/tray/system_tray_delegate.cc
|
| index 8f44a7b56d2753ccfd9cd5cb3ee00773b44371e7..47cbb0918d999dd902cfe019ba4b3ad963d390ce 100644
|
| --- a/ash/system/tray/system_tray_delegate.cc
|
| +++ b/ash/system/tray/system_tray_delegate.cc
|
| @@ -19,7 +19,9 @@ NetworkIconInfo::~NetworkIconInfo() {
|
| }
|
|
|
| BluetoothDeviceInfo::BluetoothDeviceInfo()
|
| - : connected(false) {
|
| + : connected(false),
|
| + connecting(false),
|
| + paired(false) {
|
| }
|
|
|
| BluetoothDeviceInfo::~BluetoothDeviceInfo() {
|
|
|