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

Unified Diff: chromeos/dbus/bluetooth_media_client.h

Issue 910023002: device/bluetooth:Implement BluetoothMediaEndpointServiceProvider delegate and media-related overrid… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved the addition/removal of all types of observer to constructor/destructor. 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
« no previous file with comments | « no previous file | chromeos/dbus/bluetooth_media_endpoint_service_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/bluetooth_media_client.h
diff --git a/chromeos/dbus/bluetooth_media_client.h b/chromeos/dbus/bluetooth_media_client.h
index 2d9be6f2226e6dafb03fa5fb16589ec61c284a97..1bb554785eec79a2ec1717d9e880b18acaca4e5c 100644
--- a/chromeos/dbus/bluetooth_media_client.h
+++ b/chromeos/dbus/bluetooth_media_client.h
@@ -54,6 +54,12 @@ class CHROMEOS_EXPORT BluetoothMediaClient : public DBusClient {
virtual void MediaRemoved(const dbus::ObjectPath& object_path) {}
};
+ // Constants used to indicate exceptional error conditions.
+ static const char kNoResponseError[];
+
+ // The string representation for the 128-bit UUID for A2DP Sink.
+ static const char kBluetoothAudioSinkUUID[];
+
~BluetoothMediaClient() override;
// The ErrorCallback is used by media API methods to indicate failure.
@@ -89,12 +95,6 @@ class CHROMEOS_EXPORT BluetoothMediaClient : public DBusClient {
static BluetoothMediaClient* Create();
- // Constants used to indicate exceptional error conditions.
- static const char kNoResponseError[];
-
- // The string representation for the 128-bit UUID for A2DP Sink.
- static const char kBluetoothAudioSinkUUID[];
-
protected:
BluetoothMediaClient();
« no previous file with comments | « no previous file | chromeos/dbus/bluetooth_media_endpoint_service_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698