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

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, 11 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 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

Powered by Google App Engine
This is Rietveld 408576698