Chromium Code Reviews| 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) { |
| } |