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

Unified Diff: chrome/browser/chromeos/login/lock/screen_locker_delegate.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/lock/screen_locker_delegate.h
diff --git a/chrome/browser/chromeos/login/lock/screen_locker_delegate.h b/chrome/browser/chromeos/login/lock/screen_locker_delegate.h
index 1689fa2f7a80bb4931e8add7ff3a91a8a7c94fe0..3227a36883342cd6986ece5af0e74734cc30c105 100644
--- a/chrome/browser/chromeos/login/lock/screen_locker_delegate.h
+++ b/chrome/browser/chromeos/login/lock/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.
« no previous file with comments | « chrome/browser/chromeos/login/lock/screen_locker.cc ('k') | chrome/browser/chromeos/login/lock/webui_screen_locker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698