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

Unified Diff: components/pairing/bluetooth_host_pairing_controller.h

Issue 1971743004: [Merge to M50] Reset BluetoothHostPairingController in an earlier stage for normal user login flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2661
Patch Set: Created 4 years, 7 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/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 b5ef979dad997de27098523eef4182981161eff9..044656bbef5057ef5f4f904adaba4faa1f8767b6 100644
--- a/components/pairing/bluetooth_host_pairing_controller.h
+++ b/components/pairing/bluetooth_host_pairing_controller.h
@@ -45,7 +45,6 @@ class BluetoothHostPairingController
private:
void ChangeStage(Stage new_stage);
void SendHostStatus();
- void Reset();
void OnGetAdapter(scoped_refptr<device::BluetoothAdapter> adapter);
void SetName();
@@ -78,6 +77,7 @@ class BluetoothHostPairingController
void OnUpdateStatusChanged(UpdateStatus update_status) override;
void OnEnrollmentStatusChanged(EnrollmentStatus enrollment_status) override;
void SetPermanentId(const std::string& permanent_id) override;
+ void Reset() override;
// ProtoDecoder::Observer:
void OnHostStatusMessage(const pairing_api::HostStatus& message) override;
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller.cc ('k') | components/pairing/fake_host_pairing_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698