diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-05 01:34:34 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-05 01:34:34 +0000 |
commit | b608d84596f658c901d2936aee107041ecf5e4cd (patch) | |
tree | 0e07a5426286d80a702b3c6635a6e0ae8b6c5c3f /chrome/browser/views/frame/browser_view.h | |
parent | 5fc6a04194611a82da93902458fa2b2a16fa1728 (diff) | |
download | chromium_src-b608d84596f658c901d2936aee107041ecf5e4cd.zip chromium_src-b608d84596f658c901d2936aee107041ecf5e4cd.tar.gz chromium_src-b608d84596f658c901d2936aee107041ecf5e4cd.tar.bz2 |
Make the side tabstrip participate in the layout of the BrowserView.
Turn on the side tabstrip by default when --enable-vertical-tabs is specified, for ease of testing/debugging.
Adjust glass rendering in this mode.
http://crbug.com/34509
TEST=none
Review URL: http://codereview.chromium.org/570029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38160 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/frame/browser_view.h')
-rw-r--r-- | chrome/browser/views/frame/browser_view.h | 3 |
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 cbd4701..c2f73cc 100644 --- a/chrome/browser/views/frame/browser_view.h +++ b/chrome/browser/views/frame/browser_view.h @@ -144,6 +144,9 @@ class BrowserView : public BrowserWindow, // Returns true if various window components are visible. bool IsTabStripVisible() const; + // Returns true if the vertical tabstrip is in use. + bool UsingSideTabs() const; + // Returns true if the profile associated with this Browser window is // off the record. bool IsOffTheRecord() const; |