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

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

Issue 5966008: Show hand cursor only on small user pods and labels (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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/user_view.h
diff --git a/chrome/browser/chromeos/login/user_view.h b/chrome/browser/chromeos/login/user_view.h
index 5d4182c3f5cb5394fa124e39e3bb7abfaa3c4062..c41b1621b810f14644e26b5a03981631b6293381 100644
--- a/chrome/browser/chromeos/login/user_view.h
+++ b/chrome/browser/chromeos/login/user_view.h
@@ -38,6 +38,9 @@ class UserView : public views::View,
// Notifies that user would like to remove this user from login screen.
virtual void OnRemoveUser() {}
+
+ // Returns true if current user is selected.
+ virtual bool is_user_selected() const = 0;
Dmitry Polukhin 2010/12/27 08:25:06 I would recommend to rename this function to IsUse
glotov 2010/12/30 15:54:52 OK. However, on the other hand, leaving it this wa
};
// Creates UserView for login screen (|is_login| == true) or screen locker.

Powered by Google App Engine
This is Rietveld 408576698