Chromium Code Reviews| Index: device/bluetooth/bluetooth_audio_sink.h |
| diff --git a/device/bluetooth/bluetooth_audio_sink.h b/device/bluetooth/bluetooth_audio_sink.h |
| index 331ef0d83d1dac7653b745d899a694339ae7fce2..016b04cf6c6617015165950f5d05ce860e2786c8 100644 |
| --- a/device/bluetooth/bluetooth_audio_sink.h |
| +++ b/device/bluetooth/bluetooth_audio_sink.h |
| @@ -40,8 +40,9 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAudioSink |
| // Possible types of error raised by Audio Sink object. |
| enum ErrorCode { |
| ERROR_UNSUPPORTED_PLATFORM, // A2DP sink not supported on current platform. |
| - ERROR_INVALID_ADAPTER, // BluetoothAdapter not presented/powered. |
| - ERROR_NOT_REGISTERED, // BluetoothAudioSink not registered. |
| + ERROR_INVALID_ADAPTER, // BluetoothAdapter not presented/powered. |
|
armansito
2015/02/23 22:07:06
nit: s/presented/present/
Miao
2015/02/24 01:12:12
Done.
|
| + ERROR_NOT_REGISTERED, // BluetoothAudioSink not registered. |
| + ERROR_NOT_UNREGISTERED, // BluetoothAudioSink not unregistered. |
| }; |
| // Options to configure an A2DP audio sink. |