| Index: chrome/browser/ui/views/toolbar_view.h
|
| diff --git a/chrome/browser/ui/views/toolbar_view.h b/chrome/browser/ui/views/toolbar_view.h
|
| index 4745a2c284f29a3bc32bed96b35b73853c2f0aa5..5fe8a4b2b7f5660be962b5d9a9d4a2f8e0754db0 100644
|
| --- a/chrome/browser/ui/views/toolbar_view.h
|
| +++ b/chrome/browser/ui/views/toolbar_view.h
|
| @@ -173,6 +173,8 @@ class ToolbarView : public views::AccessiblePaneView,
|
| // Overridden from AccessiblePaneView
|
| virtual bool SetPaneFocusAndFocusDefault() OVERRIDE;
|
| virtual void RemovePaneFocus() OVERRIDE;
|
| + virtual View* GetParentForFocusSearch(View* v) OVERRIDE;
|
| + virtual bool ContainsForFocusSearch(View* root, const View* v) OVERRIDE;
|
|
|
| private:
|
| // Types of display mode this toolbar can have.
|
|
|