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

Unified Diff: ui/views/accessible_pane_view_unittest.cc

Issue 10982007: Merge 157914 - Fix toolbar keyboard accessibility on Views (alternative impl). (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1271/src/
Patch Set: Created 8 years, 3 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 | « ui/views/accessible_pane_view.cc ('k') | ui/views/focus/focus_search.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/accessible_pane_view_unittest.cc
===================================================================
--- ui/views/accessible_pane_view_unittest.cc (revision 158380)
+++ ui/views/accessible_pane_view_unittest.cc (working copy)
@@ -30,12 +30,6 @@
TextButton* third_child_button() const { return third_child_button_.get(); }
TextButton* not_child_button() const { return not_child_button_.get(); }
- const ui::Accelerator& home_key() const { return home_key_; }
- const ui::Accelerator& end_key() const { return end_key_; }
- const ui::Accelerator& escape_key() const { return escape_key_; }
- const ui::Accelerator& left_key() const { return left_key_; }
- const ui::Accelerator& right_key() const { return right_key_; }
-
virtual View* GetDefaultFocusableChild() OVERRIDE;
private:
« no previous file with comments | « ui/views/accessible_pane_view.cc ('k') | ui/views/focus/focus_search.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698