| 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:
|
|
|