Chromium Code Reviews| 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..c165aeb72157f05d806746849492a8a1714cd3ff 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 = 0x00; |
|
armansito
2015/01/30 01:27:46
nit: Don't make static variable assignments in the
Miao
2015/01/30 03:59:04
Done.
|
| + |
| FakeBluetoothMediaClient(); |
| ~FakeBluetoothMediaClient() override; |