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

Unified Diff: chrome/browser/chromeos/login/ui/login_display.h

Issue 2510203002: Implement auto-login for ARC kiosk. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@kiosk_session
Patch Set: Stop timer if running in StartAutoLoginTimer() Created 4 years, 1 month 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/ui/login_display.h
diff --git a/chrome/browser/chromeos/login/ui/login_display.h b/chrome/browser/chromeos/login/ui/login_display.h
index 7858ca0552d162740f937d9c47d8bc297bfad369..310fdcfb19e95b6725f6f6956778c3fe7cf9d50b 100644
--- a/chrome/browser/chromeos/login/ui/login_display.h
+++ b/chrome/browser/chromeos/login/ui/login_display.h
@@ -66,6 +66,9 @@ class LoginDisplay {
// Notify the delegate when the sign-in UI is finished loading.
virtual void OnSigninScreenReady() = 0;
+ // Notify the delegate when the GAIA UI is finished loading.
+ virtual void OnGaiaScreenReady() = 0;
+
// Called when the user requests enterprise enrollment.
virtual void OnStartEnterpriseEnrollment() = 0;
@@ -88,8 +91,8 @@ class LoginDisplay {
// Returns name of the currently connected network, for error message,
virtual base::string16 GetConnectedNetworkName() = 0;
- // Restarts the public-session auto-login timer if it is running.
- virtual void ResetPublicSessionAutoLoginTimer() = 0;
+ // Restarts the auto-login timer if it is running.
+ virtual void ResetAutoLoginTimer() = 0;
// Returns true if user is allowed to log in by domain policy.
virtual bool IsUserWhitelisted(const AccountId& account_id) = 0;
« no previous file with comments | « chrome/browser/chromeos/login/lock/webui_screen_locker.cc ('k') | chrome/browser/chromeos/login/ui/webui_login_display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698