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

Unified Diff: chromeos/dbus/bluetooth_media_client.h

Issue 876153002: device/bluetooth:Implement Register() for BluetoothAudioSinkChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved kBluetoothAudioSinkUUID to BluetoothMediaClient. Created 5 years, 11 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: 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();

Powered by Google App Engine
This is Rietveld 408576698