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

Unified Diff: chrome/browser/chromeos/login/screens/host_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/host_pairing_screen.h
diff --git a/chrome/browser/chromeos/login/screens/host_pairing_screen.h b/chrome/browser/chromeos/login/screens/host_pairing_screen.h
index c69f5f8b38b82aecbc9c586f4b1a15c64935058e..2daedda1895b0e6528afc11260cb25a48bd98a23 100644
--- a/chrome/browser/chromeos/login/screens/host_pairing_screen.h
+++ b/chrome/browser/chromeos/login/screens/host_pairing_screen.h
@@ -53,6 +53,7 @@ class HostPairingScreen :
// Controller performing pairing. Owned by the wizard controller.
pairing_chromeos::HostPairingController* controller_;
+ bool observing_controller_;
achuithb 2014/09/09 09:02:03 ditto - let's get rid of this.
Zachary Kuznia 2014/09/09 23:53:58 Done.
// Current stage of pairing process.
Stage current_stage_;

Powered by Google App Engine
This is Rietveld 408576698