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

Side by Side Diff: chrome/browser/chromeos/login/guest_user_view.h

Issue 5839003: Fix to enable toggling accessibility using Ctrl+Alt+Z (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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_GUEST_USER_VIEW_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_GUEST_USER_VIEW_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_GUEST_USER_VIEW_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_GUEST_USER_VIEW_H_
7 #pragma once 7 #pragma once
8 8
9 #include "chrome/browser/chromeos/login/helper.h" 9 #include "chrome/browser/chromeos/login/helper.h"
10 #include "chrome/browser/chromeos/login/user_input.h" 10 #include "chrome/browser/chromeos/login/user_input.h"
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 virtual void ViewHierarchyChanged(bool is_add, 48 virtual void ViewHierarchyChanged(bool is_add,
49 views::View* parent, 49 views::View* parent,
50 views::View* child); 50 views::View* child);
51 virtual void Layout(); 51 virtual void Layout();
52 52
53 // Button to start login. 53 // Button to start login.
54 views::NativeButton* submit_button_; 54 views::NativeButton* submit_button_;
55 55
56 UserController* user_controller_; 56 UserController* user_controller_;
57 57
58 views::Accelerator accel_enable_accessibility_; 58 views::Accelerator accel_toggle_accessibility_;
59 views::Accelerator accel_login_off_the_record_; 59 views::Accelerator accel_login_off_the_record_;
60 views::Accelerator accel_previous_pod_by_arrow_; 60 views::Accelerator accel_previous_pod_by_arrow_;
61 views::Accelerator accel_previous_pod_by_tab_; 61 views::Accelerator accel_previous_pod_by_tab_;
62 views::Accelerator accel_next_pod_by_arrow_; 62 views::Accelerator accel_next_pod_by_arrow_;
63 views::Accelerator accel_next_pod_by_tab_; 63 views::Accelerator accel_next_pod_by_tab_;
64 64
65 DISALLOW_COPY_AND_ASSIGN(GuestUserView); 65 DISALLOW_COPY_AND_ASSIGN(GuestUserView);
66 }; 66 };
67 67
68 } // chromeos 68 } // chromeos
69 69
70 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_GUEST_USER_VIEW_H_ 70 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_GUEST_USER_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/existing_user_view.cc ('k') | chrome/browser/chromeos/login/guest_user_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698