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

Unified Diff: components/pairing/fake_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/fake_host_pairing_controller.h
diff --git a/components/pairing/fake_host_pairing_controller.h b/components/pairing/fake_host_pairing_controller.h
index ce63b096ac53711fc7f99bb369bbe1ff66cd65bd..f665aa6666fd0a803e58b2dced8644f1a4ff07fb 100644
--- a/components/pairing/fake_host_pairing_controller.h
+++ b/components/pairing/fake_host_pairing_controller.h
@@ -42,6 +42,7 @@ class FakeHostPairingController
virtual std::string GetConfirmationCode() OVERRIDE;
virtual std::string GetEnrollmentDomain() OVERRIDE;
virtual void OnUpdateStatusChanged(UpdateStatus update_status) OVERRIDE;
+ virtual void SetEnrollmentComplete(bool success) OVERRIDE;
private:
void ChangeStage(Stage new_stage);
« no previous file with comments | « components/pairing/bluetooth_pairing_constants.cc ('k') | components/pairing/fake_host_pairing_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698