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 5791b9a3e900803826f9ecf41d3eabfa2759e9d9..9d46d6becb1b2e1dd334432cbfe41503814e5684 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; |