| Index: components/pairing/bluetooth_host_pairing_controller.h
|
| diff --git a/components/pairing/bluetooth_host_pairing_controller.h b/components/pairing/bluetooth_host_pairing_controller.h
|
| index 9c84a0d3dfa4d3f6340bfc8dc06372a45a90b905..ae5f5e81b0eac331de3dc08371c8c6a5821d4507 100644
|
| --- a/components/pairing/bluetooth_host_pairing_controller.h
|
| +++ b/components/pairing/bluetooth_host_pairing_controller.h
|
| @@ -76,8 +76,7 @@ class BluetoothHostPairingController
|
| void SendHostStatus();
|
|
|
| void OnGetAdapter(scoped_refptr<device::BluetoothAdapter> adapter);
|
| - void SetName();
|
| - void OnSetName();
|
| + void SetPowered();
|
| void OnSetPowered();
|
| void OnCreateService(scoped_refptr<device::BluetoothSocket> socket);
|
| void OnSetDiscoverable(bool change_stage);
|
| @@ -139,7 +138,6 @@ class BluetoothHostPairingController
|
| void AuthorizePairing(device::BluetoothDevice* device) override;
|
|
|
| Stage current_stage_;
|
| - std::string device_name_;
|
| std::string confirmation_code_;
|
| std::string enrollment_domain_;
|
| Connectivity connectivity_status_;
|
|
|