Index: chrome/browser/ui/views/frame/browser_view.h |
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h |
index cec02c385a7453864799e614c14f1f3ccd9f5cc7..1d3c4e8693b66296d40e98ecbe2b251835d198d4 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -622,8 +622,7 @@ class BrowserView : public BrowserWindow, |
ToolbarView* toolbar_; |
// This button sits next to the tabs on the right hand side and it is used |
- // only in windows metro metro mode to allow the user to flip among browser |
- // windows. |
+ // only in windows metro mode to allow the user to flip among browser windows. |
views::Button* window_switcher_button_; |
// The Bookmark Bar View for this window. Lazily created. |
@@ -671,6 +670,10 @@ class BrowserView : public BrowserWindow, |
// fullscreen mode on and off to reduce jankiness. |
bool ignore_layout_; |
+ // True if hiding the tab strip regardless of Browser window type. Used |
+ // for metro snap view. |
+ bool force_hide_tabstrip_; |
+ |
scoped_ptr<FullscreenExitBubbleViews> fullscreen_bubble_; |
#if defined(OS_WIN) && !defined(USE_AURA) |