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

Unified Diff: device/bluetooth/bluez/bluetooth_adapter_bluez.h

Issue 2389753003: Delete unused BluetoothAudioSink code. (Closed)
Patch Set: Created 4 years, 2 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 | « device/bluetooth/bluetooth_audio_sink.cc ('k') | device/bluetooth/bluez/bluetooth_adapter_bluez.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluez/bluetooth_adapter_bluez.h
diff --git a/device/bluetooth/bluez/bluetooth_adapter_bluez.h b/device/bluetooth/bluez/bluetooth_adapter_bluez.h
index 001c38b9316f6e978a785038bf20748651cdc5f3..33f108383c6173f529d7a0a49b1a317661256870 100644
--- a/device/bluetooth/bluez/bluetooth_adapter_bluez.h
+++ b/device/bluetooth/bluez/bluetooth_adapter_bluez.h
@@ -19,7 +19,6 @@
#include "base/memory/weak_ptr.h"
#include "dbus/object_path.h"
#include "device/bluetooth/bluetooth_adapter.h"
-#include "device/bluetooth/bluetooth_audio_sink.h"
#include "device/bluetooth/bluetooth_device.h"
#include "device/bluetooth/bluetooth_discovery_session.h"
#include "device/bluetooth/bluetooth_export.h"
@@ -116,10 +115,6 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterBlueZ
const ServiceOptions& options,
const CreateServiceCallback& callback,
const CreateServiceErrorCallback& error_callback) override;
- void RegisterAudioSink(
- const device::BluetoothAudioSink::Options& options,
- const device::BluetoothAdapter::AcquiredCallback& callback,
- const device::BluetoothAudioSink::ErrorCallback& error_callback) override;
void RegisterAdvertisement(
std::unique_ptr<device::BluetoothAdvertisement::Data> advertisement_data,
@@ -297,13 +292,6 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterBlueZ
void OnRequestDefaultAgentError(const std::string& error_name,
const std::string& error_message);
- // Called by BluetoothAudioSinkBlueZ on completion of registering an audio
- // sink.
- void OnRegisterAudioSink(
- const device::BluetoothAdapter::AcquiredCallback& callback,
- const device::BluetoothAudioSink::ErrorCallback& error_callback,
- scoped_refptr<device::BluetoothAudioSink> audio_sink);
-
// Internal method to obtain a BluetoothPairingBlueZ object for the device
// with path |object_path|. Returns the existing pairing object if the device
// already has one (usually an outgoing connection in progress) or a new
« no previous file with comments | « device/bluetooth/bluetooth_audio_sink.cc ('k') | device/bluetooth/bluez/bluetooth_adapter_bluez.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698