Chromium Code Reviews| Index: device/bluetooth/bluetooth_adapter_profile_chromeos.h |
| diff --git a/device/bluetooth/bluetooth_adapter_profile_chromeos.h b/device/bluetooth/bluetooth_adapter_profile_chromeos.h |
| index fbbb9f660ad3fe69d64050271d51e8b6c4c89e7c..cf4806ddb557fc036839117a34aeb443dd4968be 100644 |
| --- a/device/bluetooth/bluetooth_adapter_profile_chromeos.h |
| +++ b/device/bluetooth/bluetooth_adapter_profile_chromeos.h |
| @@ -22,6 +22,9 @@ namespace chromeos { |
| // Maintains a list of delegates which may serve the profile. |
| // One delegate is allowed for each device. |
| // |
| +// This class is not thread-safe, but is only called from the dbus origin |
| +// thread. |
| +// |
| // BluetoothAdapterProfileChromeOS objects are owned by the |
| // BluetoothAdapterChromeOS and allocated through Register() |
| class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterProfileChromeOS |
| @@ -104,3 +107,4 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterProfileChromeOS |
| } // namespace chromeos |
| #endif |
|
omoikane
2015/06/23 01:23:40
Need end comments for header guard.
#endif // DEV
|
| + |