summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame/browser_view2.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/frame/browser_view2.h')
-rw-r--r--chrome/browser/views/frame/browser_view2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/views/frame/browser_view2.h b/chrome/browser/views/frame/browser_view2.h
index 58723f7..5d97e58 100644
--- a/chrome/browser/views/frame/browser_view2.h
+++ b/chrome/browser/views/frame/browser_view2.h
@@ -56,6 +56,9 @@ class BrowserView2 : public BrowserWindow,
// avatar icon.
int GetTabStripHeight() const;
+ // Accessor for the TabStrip.
+ TabStrip* tabstrip() const { return tabstrip_; }
+
// Returns true if various window components are visible.
bool IsToolbarVisible() const;
bool IsTabStripVisible() const;