| Index: device/bluetooth/bluetooth_socket_chromeos.h
|
| diff --git a/device/bluetooth/bluetooth_socket_chromeos.h b/device/bluetooth/bluetooth_socket_chromeos.h
|
| index f836b212f51e802765a1b3199a7c91f6cae6aeb2..0e6e55283b7e58e40cef94b7016fbc3c22a19ef7 100644
|
| --- a/device/bluetooth/bluetooth_socket_chromeos.h
|
| +++ b/device/bluetooth/bluetooth_socket_chromeos.h
|
| @@ -31,6 +31,8 @@ class BluetoothAdapterProfileChromeOS;
|
|
|
| // The BluetoothSocketChromeOS class implements BluetoothSocket for the
|
| // Chrome OS platform.
|
| +//
|
| +// This class is not thread-safe, but is only called from the UI thread.
|
| class CHROMEOS_EXPORT BluetoothSocketChromeOS
|
| : public device::BluetoothSocketNet,
|
| public device::BluetoothAdapter::Observer,
|
| @@ -199,3 +201,4 @@ class CHROMEOS_EXPORT BluetoothSocketChromeOS
|
| } // namespace chromeos
|
|
|
| #endif // DEVICE_BLUETOOTH_BLUETOOTH_SOCKET_CHROMEOS_H_
|
| +
|
|
|