| Index: chrome/browser/views/toolbar_view.h
|
| ===================================================================
|
| --- chrome/browser/views/toolbar_view.h (revision 7334)
|
| +++ chrome/browser/views/toolbar_view.h (working copy)
|
| @@ -103,10 +103,14 @@
|
| // first accessible child, based on the above policy.
|
| int GetNextAccessibleViewIndex(int view_index, bool nav_left);
|
|
|
| - views::View* GetAccFocusedChildView() {
|
| + views::View* acc_focused_view() {
|
| return acc_focused_view_;
|
| }
|
|
|
| + void set_acc_focused_view(views::View* acc_focused_view) {
|
| + acc_focused_view_ = acc_focused_view;
|
| + }
|
| +
|
| // Returns the selected tab.
|
| virtual TabContents* GetTabContents();
|
|
|
|
|