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

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

Issue 293613003: ChromeOS login webui refactoring: split user selection/gaia login screens. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/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;

Powered by Google App Engine
This is Rietveld 408576698