Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2042)

Unified Diff: device/bluetooth/bluetooth_adapter_profile_chromeos.h

Issue 1124883004: Submission for C++ Readability (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address first round of review comments Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld 408576698