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

Unified Diff: chrome/browser/chromeos/login/user_controller.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_controller.h
diff --git a/chrome/browser/chromeos/login/user_controller.h b/chrome/browser/chromeos/login/user_controller.h
index 7b894f17317de96c2c3b0e0620bd81c18711e6c0..b0bb73a475668f7e09c595f381618087a0b18050 100644
--- a/chrome/browser/chromeos/login/user_controller.h
+++ b/chrome/browser/chromeos/login/user_controller.h
@@ -73,7 +73,6 @@ class UserController : public views::WidgetDelegate,
void UpdateUserCount(int index, int total_user_count);
int user_index() const { return user_index_; }
- bool is_user_selected() const { return is_user_selected_; }
bool is_new_user() const { return is_new_user_; }
bool is_guest() const { return is_guest_; }
@@ -125,6 +124,7 @@ class UserController : public views::WidgetDelegate,
// UserView::Delegate implementation:
virtual void OnRemoveUser();
+ virtual bool is_user_selected() const { return is_user_selected_; }
// Selects user relative to the current user.
void SelectUserRelative(int shift);

Powered by Google App Engine
This is Rietveld 408576698