Index: device/bluetooth/bluetooth_device_chromeos.h |
diff --git a/device/bluetooth/bluetooth_device_chromeos.h b/device/bluetooth/bluetooth_device_chromeos.h |
index 30bf9c68966967306dcc4c1d726254fdf8610552..a4c213d7d07491961ca0d9ebb8d07727b99636db 100644 |
--- a/device/bluetooth/bluetooth_device_chromeos.h |
+++ b/device/bluetooth/bluetooth_device_chromeos.h |
@@ -399,6 +399,7 @@ class BluetoothDeviceChromeOS |
// Tracked device state, updated by the adapter managing the lifecyle of |
// the device. |
bool paired_; |
+ bool trusted_; |
bool connected_; |
// Indicates whether the device normally accepts connections initiated from |