| 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 6c9bcc1575b606174015b70f39792e5bb4709510..c7f543c20ed576ffec4e0befa3d1dd1510740794 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller.h
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller.h
|
| @@ -173,8 +173,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 OnConsumerKioskAutoLaunchCheckCompleted(
|
| + 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
|
|
|