Index: chrome/browser/chromeos/frame/browser_view.h |
diff --git a/chrome/browser/chromeos/frame/browser_view.h b/chrome/browser/chromeos/frame/browser_view.h |
index 647211f078a0255850e98138bcd8dc18543dbd72..87dc59b319c9a178c4f215f51df086fa1b376e4a 100644 |
--- a/chrome/browser/chromeos/frame/browser_view.h |
+++ b/chrome/browser/chromeos/frame/browser_view.h |
@@ -82,6 +82,7 @@ class BrowserView : public ::BrowserView, |
const views::View* button_view) const; |
virtual void OpenButtonOptions(const views::View* button_view) const; |
virtual bool IsButtonVisible(const views::View* button_view) const; |
+ virtual bool IsBrowserMode() const; |
// Shows the compact location bar under the selected tab. |
void ShowCompactLocationBarUnderSelectedTab(bool select_all); |