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

Unified Diff: chromeos/pairing/controller_pairing_flow.h

Issue 343433003: Implemented fake controller pairing flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed GCC compilation. Created 6 years, 6 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
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/pairing/fake_controller_pairing_flow.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/pairing/controller_pairing_flow.h
diff --git a/chromeos/pairing/controller_pairing_flow.h b/chromeos/pairing/controller_pairing_flow.h
index 1b60a7672333d17b864c10c74ddcfdf235d63baa..2d4621c1aa5555234c09787c921c91cfd3e16cef 100644
--- a/chromeos/pairing/controller_pairing_flow.h
+++ b/chromeos/pairing/controller_pairing_flow.h
@@ -36,7 +36,6 @@ class CHROMEOS_EXPORT ControllerPairingFlow {
STAGE_HOST_ENROLLMENT_IN_PROGRESS,
STAGE_HOST_ENROLLMENT_ERROR,
STAGE_PAIRING_DONE,
- STAGE_STARTING_SESSION,
STAGE_FINISHED
};
@@ -88,7 +87,7 @@ class CHROMEOS_EXPORT ControllerPairingFlow {
// Called to confirm or deny confirmation code. Can be called only on
// |STAGE_WAITING_FOR_CODE_CONFIRMATION| stage.
- virtual void SetConfirmationCodeIsCorrect(bool right) = 0;
+ virtual void SetConfirmationCodeIsCorrect(bool correct) = 0;
// Called when user successfully authenticated on GAIA page. Can be called
// only on |STAGE_WAITING_FOR_CREDENTIALS| stage.
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/pairing/fake_controller_pairing_flow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698