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

Unified Diff: components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.h

Issue 2697763002: [CrOS Tether]: Create BleConnectionManager, which manages secure connections between the current de… (Closed)
Patch Set: Add missing DEP. Created 3 years, 10 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: components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.h
diff --git a/components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.h b/components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.h
index 8bb24131e5bc4089a19e8a25d56d1ef8e046a9d9..ec8dfac0ee2fbbe4487bf4888d599af86ada38c7 100644
--- a/components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.h
+++ b/components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.h
@@ -55,8 +55,7 @@ class BluetoothLowEnergyWeaveClientConnection
public:
class Factory {
public:
- static std::unique_ptr<BluetoothLowEnergyWeaveClientConnection>
- NewInstance(
+ static std::unique_ptr<Connection> NewInstance(
const RemoteDevice& remote_device,
const std::string& device_address,
scoped_refptr<device::BluetoothAdapter> adapter,
@@ -68,8 +67,7 @@ class BluetoothLowEnergyWeaveClientConnection
protected:
// Exposed for testing.
- virtual std::unique_ptr<BluetoothLowEnergyWeaveClientConnection>
- BuildInstance(
+ virtual std::unique_ptr<Connection> BuildInstance(
const RemoteDevice& remote_device,
const std::string& device_address,
scoped_refptr<device::BluetoothAdapter> adapter,
« no previous file with comments | « components/cryptauth/BUILD.gn ('k') | components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698