| Index: chromeos/dbus/bluetooth_media_client.h
|
| diff --git a/chromeos/dbus/bluetooth_media_client.h b/chromeos/dbus/bluetooth_media_client.h
|
| index 2d9be6f2226e6dafb03fa5fb16589ec61c284a97..1bb554785eec79a2ec1717d9e880b18acaca4e5c 100644
|
| --- a/chromeos/dbus/bluetooth_media_client.h
|
| +++ b/chromeos/dbus/bluetooth_media_client.h
|
| @@ -54,6 +54,12 @@ class CHROMEOS_EXPORT BluetoothMediaClient : public DBusClient {
|
| virtual void MediaRemoved(const dbus::ObjectPath& object_path) {}
|
| };
|
|
|
| + // 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[];
|
| +
|
| ~BluetoothMediaClient() override;
|
|
|
| // The ErrorCallback is used by media API methods to indicate failure.
|
| @@ -89,12 +95,6 @@ class CHROMEOS_EXPORT BluetoothMediaClient : public DBusClient {
|
|
|
| static BluetoothMediaClient* Create();
|
|
|
| - // 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();
|
|
|
|
|