| Index: chrome/browser/ui/views/toolbar_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/toolbar_view.h (revision 158380)
|
| +++ chrome/browser/ui/views/toolbar_view.h (working copy)
|
| @@ -173,6 +173,8 @@
|
| // 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.
|
|
|