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

Unified Diff: chrome/browser/chromeos/login/screens/controller_pairing_screen.h

Issue 547503002: Redirect to the enterprise enrollment screen during remora and shark pairing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review fixes 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: chrome/browser/chromeos/login/screens/controller_pairing_screen.h
diff --git a/chrome/browser/chromeos/login/screens/controller_pairing_screen.h b/chrome/browser/chromeos/login/screens/controller_pairing_screen.h
index cd66be696e813118fe7b41a52e3a1704f1343194..64134ca648bee681744522359bf215dd22feee62 100644
--- a/chrome/browser/chromeos/login/screens/controller_pairing_screen.h
+++ b/chrome/browser/chromeos/login/screens/controller_pairing_screen.h
@@ -55,6 +55,7 @@ class ControllerPairingScreen :
// Controller performing pairing. Owned by the wizard controller.
pairing_chromeos::ControllerPairingController* controller_;
+ bool observing_controller_;
achuithb 2014/09/09 09:02:02 Looks like we don't need this? It's only used befo
Zachary Kuznia 2014/09/09 23:53:58 Aye, I thought it asserted there was an observer.
// Current stage of pairing process.
Stage current_stage_;

Powered by Google App Engine
This is Rietveld 408576698