| 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 6f64bf54c5f4062383a2f07979fc380d8b57a8a6..4dd0962565a743b0612933af04040a3707e600e9 100644
|
| --- a/components/pairing/bluetooth_host_pairing_controller.h
|
| +++ b/components/pairing/bluetooth_host_pairing_controller.h
|
| @@ -67,6 +67,7 @@ class BluetoothHostPairingController
|
| virtual std::string GetConfirmationCode() OVERRIDE;
|
| virtual std::string GetEnrollmentDomain() OVERRIDE;
|
| virtual void OnUpdateStatusChanged(UpdateStatus update_status) OVERRIDE;
|
| + virtual void SetEnrollmentComplete(bool success) OVERRIDE;
|
|
|
| // ProtoDecoder::Observer:
|
| virtual void OnHostStatusMessage(
|
|
|