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

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: 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..9403ad53e215e01131c949c0c336af4c00bab59c 100644
--- a/components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.h
+++ b/components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.h
@@ -55,7 +55,7 @@ class BluetoothLowEnergyWeaveClientConnection
public:
class Factory {
public:
- static std::unique_ptr<BluetoothLowEnergyWeaveClientConnection>
+ static std::unique_ptr<Connection>
NewInstance(
const RemoteDevice& remote_device,
const std::string& device_address,
@@ -68,7 +68,7 @@ class BluetoothLowEnergyWeaveClientConnection
protected:
// Exposed for testing.
- virtual std::unique_ptr<BluetoothLowEnergyWeaveClientConnection>
+ virtual std::unique_ptr<Connection>
BuildInstance(
const RemoteDevice& remote_device,
const std::string& device_address,

Powered by Google App Engine
This is Rietveld 408576698