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

Unified Diff: chrome/browser/chromeos/login/screen_lock_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: use_small_shape is a constructor argument Created 9 years, 11 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
« no previous file with comments | « chrome/browser/chromeos/login/rounded_view.h ('k') | chrome/browser/chromeos/login/user_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/screen_lock_view.h
diff --git a/chrome/browser/chromeos/login/screen_lock_view.h b/chrome/browser/chromeos/login/screen_lock_view.h
index 1e3916ef85e68e6dfd36a67f58157cf97179c699..62b01e5f1881f536d17f492368468ac47e0bcd41 100644
--- a/chrome/browser/chromeos/login/screen_lock_view.h
+++ b/chrome/browser/chromeos/login/screen_lock_view.h
@@ -65,6 +65,7 @@ class ScreenLockView : public ThrobberHostView,
// UserView::Delegate implementation:
virtual void OnSignout();
+ virtual bool IsUserSelected() const { return true; }
protected:
// views::View implementation:
« no previous file with comments | « chrome/browser/chromeos/login/rounded_view.h ('k') | chrome/browser/chromeos/login/user_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698