| Index: chrome/browser/views/frame/browser_view.h
|
| diff --git a/chrome/browser/views/frame/browser_view.h b/chrome/browser/views/frame/browser_view.h
|
| index 42967afe0d6e2abe9dd4bb6ab2aa1db4a1872732..5aa5c3ca9190fdb02dc3f95df2c3a1104d72ad84 100644
|
| --- a/chrome/browser/views/frame/browser_view.h
|
| +++ b/chrome/browser/views/frame/browser_view.h
|
| @@ -271,6 +271,9 @@ class BrowserView : public BrowserWindow,
|
| virtual void ShowAppMenu();
|
| virtual void ShowPageMenu();
|
| virtual int GetCommandId(const NativeWebKeyboardEvent& event);
|
| +#if defined(TOOLKIT_VIEWS)
|
| + virtual void ToggleCompactNavigationBar();
|
| +#endif
|
|
|
| // Overridden from BrowserWindowTesting:
|
| virtual BookmarkBarView* GetBookmarkBarView() const;
|
|
|