Chromium Code Reviews| Index: chromeos/dbus/fake_bluetooth_media_transport_client.h |
| diff --git a/chromeos/dbus/fake_bluetooth_media_transport_client.h b/chromeos/dbus/fake_bluetooth_media_transport_client.h |
| index eebbea89baf98315a863735d8a05f95bd75b2c6c..d6f5e4d5a2073d650ef0eb7ddd9de78791b19404 100644 |
| --- a/chromeos/dbus/fake_bluetooth_media_transport_client.h |
| +++ b/chromeos/dbus/fake_bluetooth_media_transport_client.h |
| @@ -45,6 +45,10 @@ class CHROMEOS_EXPORT FakeBluetoothMediaTransportClient |
| static const uint16_t kTransportDelay; |
| static const uint16_t kTransportVolume; |
| + // The default MTUs for read and write. |
| + static const uint16_t kReadMtu; |
|
armansito
2015/03/26 20:20:18
If these are defaults then name these "kDefaultRea
Miao
2015/03/26 20:34:13
Done.
|
| + static const uint16_t kWriteMtu; |
| + |
| FakeBluetoothMediaTransportClient(); |
| ~FakeBluetoothMediaTransportClient() override; |