Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1587)

Unified Diff: chrome/browser/ui/views/frame/browser_view.h

Issue 10854017: Basic metro snap view omnibox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chromeos compilation. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_view.h ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_view.h ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698