| 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 988b477cf275a08f505b091bac97d93329d303f8..a0fa5d5bd5c2d9a7d553817ba7b4426684f0389e 100644
|
| --- a/chrome/browser/chromeos/login/ui/login_display.h
|
| +++ b/chrome/browser/chromeos/login/ui/login_display.h
|
| @@ -144,20 +144,9 @@ class LoginDisplay : public RemoveUserDelegate {
|
| // |user| contains updated user.
|
| virtual void OnUserImageChanged(const User& user) = 0;
|
|
|
| - // After this call login display should be ready to be smoothly destroyed
|
| - // (e.g. hide throbber, etc.).
|
| - virtual void OnFadeOut() = 0;
|
| -
|
| - // Called when user is successfully authenticated.
|
| - virtual void OnLoginSuccess(const std::string& username) = 0;
|
| -
|
| // Changes enabled state of the UI.
|
| virtual void SetUIEnabled(bool is_enabled) = 0;
|
|
|
| - // Selects user entry with specified |index|.
|
| - // Does nothing if current user is already selected.
|
| - virtual void SelectPod(int index) = 0;
|
| -
|
| // Displays a banner on the login screen containing |message|.
|
| virtual void ShowBannerMessage(const std::string& message) = 0;
|
|
|
|
|