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

Unified Diff: ui/views/accessible_pane_view_unittest.cc

Issue 10949005: Fix toolbar keyboard accessibility on Views (alternative impl). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test on linux_chromeos 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
diff --git a/ui/views/accessible_pane_view_unittest.cc b/ui/views/accessible_pane_view_unittest.cc
index 4c5dec4f4b87f21c4ee481c74992a63b716b84fe..7ae35f7fe5548c14aaac30b68ac9ad6b2a38114e 100644
--- a/ui/views/accessible_pane_view_unittest.cc
+++ b/ui/views/accessible_pane_view_unittest.cc
@@ -30,12 +30,6 @@ class TestBarView : public AccessiblePaneView,
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