summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame/browser_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/frame/browser_view.h')
-rw-r--r--chrome/browser/views/frame/browser_view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/views/frame/browser_view.h b/chrome/browser/views/frame/browser_view.h
index 42967af..5aa5c3c 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;