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

Unified Diff: chrome/browser/chromeos/login/enrollment/enrollment_screen.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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/enrollment/enrollment_screen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/enrollment/enrollment_screen.h
diff --git a/chrome/browser/chromeos/login/enrollment/enrollment_screen.h b/chrome/browser/chromeos/login/enrollment/enrollment_screen.h
index e71aaf8cce2cf79388c8a1fba283ec08091ea30a..23744f53bb6d20dcb9a1a52f3e35b45390c05168 100644
--- a/chrome/browser/chromeos/login/enrollment/enrollment_screen.h
+++ b/chrome/browser/chromeos/login/enrollment/enrollment_screen.h
@@ -47,7 +47,6 @@ class EnrollmentScreen
static EnrollmentScreen* Get(ScreenManager* manager);
// Setup how this screen will handle enrollment.
- // |auth_token| is an optional OAuth token to attempt to enroll with.
// |shark_controller| is an interface that is used to communicate with a
// remora device for remote enrollment.
// |remora_controller| is an interface that is used to communicate with a
@@ -56,7 +55,6 @@ class EnrollmentScreen
EnrollmentScreenActor::EnrollmentMode enrollment_mode,
const std::string& management_domain,
const std::string& enrollment_user,
- const std::string& auth_token,
pairing_chromeos::ControllerPairingController* shark_controller,
pairing_chromeos::HostPairingController* remora_controller);
@@ -133,7 +131,6 @@ class EnrollmentScreen
bool enrollment_failed_once_;
bool remora_token_sent_;
std::string user_;
- std::string auth_token_;
scoped_ptr<base::ElapsedTimer> elapsed_timer_;
base::WeakPtrFactory<EnrollmentScreen> weak_ptr_factory_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/enrollment/enrollment_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698