| Index: chromeos/dbus/fake_bluetooth_media_client.h
|
| diff --git a/chromeos/dbus/fake_bluetooth_media_client.h b/chromeos/dbus/fake_bluetooth_media_client.h
|
| index b355c65442e7adf136371b32155519ab4e42fd45..496ff09f9c64d93b58440353e725b08537619f7f 100644
|
| --- a/chromeos/dbus/fake_bluetooth_media_client.h
|
| +++ b/chromeos/dbus/fake_bluetooth_media_client.h
|
| @@ -15,6 +15,9 @@ namespace chromeos {
|
|
|
| class CHROMEOS_EXPORT FakeBluetoothMediaClient : public BluetoothMediaClient {
|
| public:
|
| + // The default codec is SBC(0x00).
|
| + static const uint8_t kDefaultCodec;
|
| +
|
| FakeBluetoothMediaClient();
|
| ~FakeBluetoothMediaClient() override;
|
|
|
|
|