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..2d9be6f2226e6dafb03fa5fb16589ec61c284a97 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 string representation for the 128-bit UUID for A2DP Sink. |
+ static const char kBluetoothAudioSinkUUID[]; |
+ |
protected: |
BluetoothMediaClient(); |