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

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

Issue 1390003: add keyboard acclerators to login wizard... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: fix compile errors Created 10 years, 9 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 | « no previous file | chrome/browser/chromeos/login/login_manager_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/login_manager_view.h
===================================================================
--- chrome/browser/chromeos/login/login_manager_view.h (revision 42821)
+++ chrome/browser/chromeos/login/login_manager_view.h (working copy)
@@ -66,6 +66,8 @@
// Overriden from views::ButtonListener.
virtual void ButtonPressed(views::Button* sender, const views::Event& event);
+ virtual bool AcceleratorPressed(const views::Accelerator& accelerator);
+
// Overriden from LoginStatusConsumer.
virtual void OnLoginFailure(const std::string error);
virtual void OnLoginSuccess(const std::string username,
@@ -107,6 +109,9 @@
views::NativeButton* sign_in_button_;
views::NativeButton* create_account_button_;
+ views::Accelerator accel_focus_user_;
+ views::Accelerator accel_focus_pass_;
+
// Handles asynchronously loading the version.
VersionLoader loader_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/login_manager_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698