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

Unified Diff: chromeos/dbus/fake_bluetooth_media_client.h

Issue 876153002: device/bluetooth:Implement Register() for BluetoothAudioSinkChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: 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..3a39bb25fdb973c9f6fb7db7f562ac47fffd778a 100644
--- a/chromeos/dbus/fake_bluetooth_media_client.h
+++ b/chromeos/dbus/fake_bluetooth_media_client.h
@@ -38,6 +38,8 @@ class CHROMEOS_EXPORT FakeBluetoothMediaClient : public BluetoothMediaClient {
// List of observers interested in event notifications from us.
ObserverList<BluetoothMediaClient::Observer> observers_;
armansito 2015/01/27 04:38:05 nit: Add a comment explaining what this member doe
Miao 2015/01/28 02:05:01 Removed.
+ dbus::ObjectPath media_path_;
+
DISALLOW_COPY_AND_ASSIGN(FakeBluetoothMediaClient);
};

Powered by Google App Engine
This is Rietveld 408576698