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

Unified Diff: device/bluetooth/device.h

Issue 2643393002: bluetooth: Remove queuing of GetCharacteristicsCallbacks (Closed)
Patch Set: Add comment explaining null/empty difference Created 3 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
« no previous file with comments | « chrome/browser/resources/bluetooth_internals/characteristic_list.js ('k') | device/bluetooth/device.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/device.h
diff --git a/device/bluetooth/device.h b/device/bluetooth/device.h
index eeda11f21f7da4084c3424bdfbfc73e742db4947..6a72f8caf7a5abda39b1d842fc5bc548aec52d01 100644
--- a/device/bluetooth/device.h
+++ b/device/bluetooth/device.h
@@ -63,9 +63,6 @@ class Device : public mojom::Device, public device::BluetoothAdapter::Observer {
mojom::ServiceInfoPtr ConstructServiceInfoStruct(
const device::BluetoothRemoteGattService& service);
- void GetCharacteristicsImpl(const std::string& service_id,
- const GetCharacteristicsCallback& callback);
-
const std::string& GetAddress();
// The current BluetoothAdapter.
« no previous file with comments | « chrome/browser/resources/bluetooth_internals/characteristic_list.js ('k') | device/bluetooth/device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698