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

Unified Diff: chromeos/dbus/bluetooth_media_client.cc

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.cc
diff --git a/chromeos/dbus/bluetooth_media_client.cc b/chromeos/dbus/bluetooth_media_client.cc
index 721b9d851971455c2bd7514bfa932d98afb804b9..d20189ff946f4315ffd8fb669c6ac7e5f43bbf69 100644
--- a/chromeos/dbus/bluetooth_media_client.cc
+++ b/chromeos/dbus/bluetooth_media_client.cc
@@ -41,6 +41,9 @@ namespace chromeos {
const char BluetoothMediaClient::kNoResponseError[] =
"org.chromium.Error.NoResponse";
+const char BluetoothMediaClient::kBluetoothAudioSinkUUID[] =
armansito 2015/01/29 04:22:55 nit: All static variable assignments and method na
Miao 2015/01/29 23:58:37 Done.
+ "0000110b-0000-1000-8000-00805f9b34fb";
+
BluetoothMediaClient::EndpointProperties::EndpointProperties() : codec(0x00) {
}

Powered by Google App Engine
This is Rietveld 408576698