Index: chrome/browser/chromeos/bluetooth/bluetooth_device.h |
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_device.h b/chrome/browser/chromeos/bluetooth/bluetooth_device.h |
index 22dbe90108ff608983c949b1ba5253f52a83463c..07d1c8908fc45caff4169811a7fc322a125edada 100644 |
--- a/chrome/browser/chromeos/bluetooth/bluetooth_device.h |
+++ b/chrome/browser/chromeos/bluetooth/bluetooth_device.h |
@@ -192,7 +192,8 @@ class BluetoothDevice : private BluetoothDeviceClient::Observer, |
void GetServiceRecords(const ServiceRecordsCallback& callback, |
const ErrorCallback& error_callback); |
- // Indicates whether this device provides the given service. |
+ // Indicates whether this device provides the given service. |uuid| should |
+ // be in canonical form (see bluetooth_utils::CanonicalUuid). |
virtual bool ProvidesServiceWithUUID(const std::string& uuid) const; |
// The ProvidesServiceCallback is used by ProvidesServiceWithName to indicate |