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

Unified Diff: device/bluetooth/bluetooth_gatt_connection_chromeos.h

Issue 1287753002: bluetooth: Remove callback from BluetoothGattConnection::Disconnect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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_gatt_connection_chromeos.h
diff --git a/device/bluetooth/bluetooth_gatt_connection_chromeos.h b/device/bluetooth/bluetooth_gatt_connection_chromeos.h
index 78fc94bc925ec3e0b3f61037231998736ea412ab..f6c746964a551cc6e9fdf024f9794ee307418428 100644
--- a/device/bluetooth/bluetooth_gatt_connection_chromeos.h
+++ b/device/bluetooth/bluetooth_gatt_connection_chromeos.h
@@ -36,7 +36,7 @@ class BluetoothGattConnectionChromeOS
// BluetoothGattConnection overrides.
std::string GetDeviceAddress() const override;
bool IsConnected() override;
- void Disconnect(const base::Closure& callback) override;
+ void Disconnect() override;
private:

Powered by Google App Engine
This is Rietveld 408576698