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

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

Issue 130613004: Enabled consumer kiosk mode for all. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/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

Powered by Google App Engine
This is Rietveld 408576698