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

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

Issue 289013002: cros: Clean up screenlockPrivate plumbing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 410818f75912ea5ab54fa281752f92cf56ceb1de..eb727e8f68bdd009d0be0644815249b74e87909b 100644
--- a/chrome/browser/chromeos/login/ui/login_display.h
+++ b/chrome/browser/chromeos/login/ui/login_display.h
@@ -26,21 +26,6 @@ class UserContext;
// An abstract class that defines login UI implementation.
class LoginDisplay : public RemoveUserDelegate {
public:
- // Supported authentication types for login.
- enum AuthType {
- // Authenticates using the user's regular password.
- OFFLINE_PASSWORD,
-
- // Authenticates by forced online GAIA sign in.
- ONLINE_SIGN_IN,
-
- // Authenticates with a 4 digit numeric pin.
- NUMERIC_PIN,
-
- // Authenticates by clicking pod when it is focused.
- USER_CLICK,
- };
-
// Sign in error IDs that require detailed error screen and not just
// a simple error bubble.
enum SigninError {
@@ -160,25 +145,6 @@ class LoginDisplay : public RemoveUserDelegate {
// 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;
-
- // Shows a button with an icon inside the user pod of |username|.
- virtual void ShowUserPodButton(const std::string& username,
- const std::string& iconURL,
- const base::Closure& click_callback) = 0;
-
- // Hides the user pod button for a user.
- virtual void HideUserPodButton(const std::string& username) = 0;
-
- // Set the authentication type to be used on the lock screen.
- virtual void SetAuthType(const std::string& username,
- AuthType auth_type,
- const std::string& initial_value) = 0;
-
- // Returns the authentication type used for |username|.
- virtual AuthType GetAuthType(const std::string& username) const = 0;
-
// Displays simple error bubble with |error_msg_id| specified.
// |login_attempts| shows number of login attempts made by current user.
// |help_topic_id| is additional help topic that is presented as link.
« no previous file with comments | « chrome/browser/chromeos/login/lock/webui_screen_locker.cc ('k') | chrome/browser/chromeos/login/ui/mock_login_display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698