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

Side by Side Diff: chrome/browser/chromeos/login/wizard_controller.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: 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_CONTROLLER_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_CONTROLLER_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_CONTROLLER_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_CONTROLLER_H_
7 7
8 #include <map> 8 #include <map>
9 #include <string> 9 #include <string>
10 10
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 void OnResetCanceled(); 211 void OnResetCanceled();
212 void OnKioskAutolaunchCanceled(); 212 void OnKioskAutolaunchCanceled();
213 void OnKioskAutolaunchConfirmed(); 213 void OnKioskAutolaunchConfirmed();
214 void OnKioskEnableCompleted(); 214 void OnKioskEnableCompleted();
215 void OnWrongHWIDWarningSkipped(); 215 void OnWrongHWIDWarningSkipped();
216 void OnAutoEnrollmentCheckCompleted(); 216 void OnAutoEnrollmentCheckCompleted();
217 void OnTermsOfServiceDeclined(); 217 void OnTermsOfServiceDeclined();
218 void OnTermsOfServiceAccepted(); 218 void OnTermsOfServiceAccepted();
219 void OnControllerPairingFinished(); 219 void OnControllerPairingFinished();
220 void OnHostPairingFinished(); 220 void OnHostPairingFinished();
221 void OnControllerPairingNeedEnrollment();
221 222
222 // Loads brand code on I/O enabled thread and stores to Local State. 223 // Loads brand code on I/O enabled thread and stores to Local State.
223 void LoadBrandCodeFromFile(); 224 void LoadBrandCodeFromFile();
224 225
225 // Called after all post-EULA blocking tasks have been completed. 226 // Called after all post-EULA blocking tasks have been completed.
226 void OnEulaBlockingTasksDone(); 227 void OnEulaBlockingTasksDone();
227 228
228 // Shows update screen and starts update process. 229 // Shows update screen and starts update process.
229 void InitiateOOBEUpdate(); 230 void InitiateOOBEUpdate();
230 231
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 base::Closure on_timezone_resolved_for_testing_; 405 base::Closure on_timezone_resolved_for_testing_;
405 406
406 base::WeakPtrFactory<WizardController> weak_factory_; 407 base::WeakPtrFactory<WizardController> weak_factory_;
407 408
408 DISALLOW_COPY_AND_ASSIGN(WizardController); 409 DISALLOW_COPY_AND_ASSIGN(WizardController);
409 }; 410 };
410 411
411 } // namespace chromeos 412 } // namespace chromeos
412 413
413 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_CONTROLLER_H_ 414 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_CONTROLLER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698