Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2887)

Unified Diff: device/bluetooth/bluetooth_audio_sink.h

Issue 939753004: device/bluetooth: Implement Unregister() of BlueotoothAudioSinkChromeOS and disconnection-related c… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revised helper functions in FakeBluetoothMediaClient and FakeBluetoothMediaTransportClient and modi… Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698