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

Unified Diff: chrome/browser/chromeos/login/screen_locker_delegate.h

Issue 289013002: cros: Clean up screenlockPrivate plumbing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test compile 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/screen_locker_delegate.h
diff --git a/chrome/browser/chromeos/login/screen_locker_delegate.h b/chrome/browser/chromeos/login/screen_locker_delegate.h
index 3d7a2d27e3daf8a1f2906cb3def8f361c46b9009..406367a2f5ec7fd7b7c03efe29a0e62661801b1a 100644
--- a/chrome/browser/chromeos/login/screen_locker_delegate.h
+++ b/chrome/browser/chromeos/login/screen_locker_delegate.h
@@ -45,26 +45,6 @@ class ScreenLockerDelegate {
// Enable/disable password input.
virtual void SetInputEnabled(bool enabled) = 0;
- // Displays a banner containing |message| on the lock screen.
- virtual void ShowBannerMessage(const std::string& message) = 0;
-
- // Shows a button inside the user pod on the lock screen with an icon.
- 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,
- LoginDisplay::AuthType auth_type,
- const std::string& initial_value) = 0;
-
- // Returns the authentication type used for |username|.
- virtual LoginDisplay::AuthType GetAuthType(const std::string& username)
- const = 0;
-
// Disables all UI needed and shows error bubble with |message|.
// If |sign_out_only| is true then all other input except "Sign Out"
// button is blocked.

Powered by Google App Engine
This is Rietveld 408576698