diff options
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; |