Chromium Code Reviews| Index: chromeos/dbus/bluetooth_media_client.h |
| diff --git a/chromeos/dbus/bluetooth_media_client.h b/chromeos/dbus/bluetooth_media_client.h |
| index aba6c3381816f77acb6d11a26c36fb1873813175..70f71e4d065616e2141e844b39a59253f6fd6895 100644 |
| --- a/chromeos/dbus/bluetooth_media_client.h |
| +++ b/chromeos/dbus/bluetooth_media_client.h |
| @@ -92,6 +92,9 @@ class CHROMEOS_EXPORT BluetoothMediaClient : public DBusClient { |
| // Constants used to indicate exceptional error conditions. |
| static const char kNoResponseError[]; |
| + // The UUID for Bluetooth audio sink service. |
|
armansito
2015/01/29 04:22:55
This should be "The string representation for the
Miao
2015/01/29 23:58:37
Done.
|
| + static const char kBluetoothAudioSinkUUID[]; |
| + |
| protected: |
| BluetoothMediaClient(); |