Chromium Code Reviews| Index: chrome/browser/chromeos/login/existing_user_controller.h |
| diff --git a/chrome/browser/chromeos/login/existing_user_controller.h b/chrome/browser/chromeos/login/existing_user_controller.h |
| index d49223f2c8fcb534093c5c5b20f9ebe627be9472..10151de8311636257c39ef18a5a2e70922ca29e7 100644 |
| --- a/chrome/browser/chromeos/login/existing_user_controller.h |
| +++ b/chrome/browser/chromeos/login/existing_user_controller.h |
| @@ -172,8 +172,8 @@ class ExistingUserController : public LoginDisplay::Delegate, |
| // Handles result of consumer kiosk configurability check and starts |
| // enable kiosk screen if applicable. |
| - void OnConsumerKioskModeCheckCompleted( |
| - KioskAppManager::ConsumerKioskModeStatus status); |
| + void OnConsumerKioskModeAutoStartCheckCompleted( |
|
xiyuan
2014/01/23 22:05:10
nit: OnConsumerKioskModeAutoStartCheckCompleted ->
zel
2014/01/23 22:55:27
Done.
|
| + KioskAppManager::ConsumerKioskAutoLaunchStatus status); |
| // Enters the enterprise enrollment screen. |forced| is true if this is the |
| // result of an auto-enrollment check, and the user shouldn't be able to |