Index: chrome/browser/chromeos/login/login_display.h |
diff --git a/chrome/browser/chromeos/login/login_display.h b/chrome/browser/chromeos/login/login_display.h |
index 50608999fbc5a4002b387b09994ff003cc18b47a..4c720c14c91b06a84840b5acb307bd5022bb155b 100644 |
--- a/chrome/browser/chromeos/login/login_display.h |
+++ b/chrome/browser/chromeos/login/login_display.h |
@@ -67,6 +67,9 @@ class LoginDisplay : public RemoveUserDelegate { |
// Sign in into the public account identified by |username|. |
virtual void LoginAsPublicAccount(const std::string& username) = 0; |
+ // Notify the delegate when the sign-in UI is finished loading. |
+ virtual void OnSigninScreenReady() = 0; |
+ |
// Called when existing user pod is selected in the UI. |
virtual void OnUserSelected(const std::string& username) = 0; |