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

Unified Diff: chrome/browser/chromeos/login/wizard_controller.h

Issue 652743003: Fix update and enrollment flow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: indent Created 6 years, 2 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/wizard_controller.h
diff --git a/chrome/browser/chromeos/login/wizard_controller.h b/chrome/browser/chromeos/login/wizard_controller.h
index ed27da6639ad5353b86e7d1cc5d2659e9a2f4ad2..eb32a4f232da15296396fa002d15e3747af51677 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -326,7 +326,6 @@ class WizardController : public ScreenObserver, public ScreenManager {
std::string username_;
std::string password_;
- std::string auth_token_;
// True if running official BUILD.
bool is_official_build_;
@@ -394,11 +393,10 @@ class WizardController : public ScreenObserver, public ScreenManager {
scoped_ptr<TimeZoneProvider> timezone_provider_;
// Pairing controller for shark devices.
- scoped_ptr<pairing_chromeos::ControllerPairingController>
- controller_pairing_controller_;
+ scoped_ptr<pairing_chromeos::ControllerPairingController> shark_controller_;
// Pairing controller for remora devices.
- scoped_ptr<pairing_chromeos::HostPairingController> host_pairing_controller_;
+ scoped_ptr<pairing_chromeos::HostPairingController> remora_controller_;
// Maps screen ids to last time of their shows.
base::hash_map<std::string, base::Time> screen_show_times_;
« no previous file with comments | « chrome/browser/chromeos/login/screens/update_screen.cc ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698