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

Unified Diff: device/bluetooth/adapter.h

Issue 2388533003: bluetooth: Add AdapterInfo in Bluetooth adapter service. (Closed)
Patch Set: Fix comment 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
Index: device/bluetooth/adapter.h
diff --git a/device/bluetooth/adapter.h b/device/bluetooth/adapter.h
index bde7e36a093e20f8cdb5925a6849405f2e0dd356..f5980abf47013fdd54d18b89324baf4c21f7c0e3 100644
--- a/device/bluetooth/adapter.h
+++ b/device/bluetooth/adapter.h
@@ -23,6 +23,7 @@ class Adapter : public mojom::Adapter,
~Adapter() override;
// mojom::Adapter overrides:
+ void GetInfo(const GetInfoCallback& callback) override;
void GetDevices(const GetDevicesCallback& callback) override;
void SetClient(mojom::AdapterClientPtr client) override;

Powered by Google App Engine
This is Rietveld 408576698