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

Unified Diff: components/pairing/bluetooth_host_pairing_controller.h

Issue 555003002: Add method for telling the Pairing API that enrollment is complete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 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(
« no previous file with comments | « chrome/browser/chromeos/login/screens/host_pairing_screen.cc ('k') | components/pairing/bluetooth_host_pairing_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698