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

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

Issue 42490: Experiments with a new tabstrip + animator (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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/views/frame/browser_frame_win.cc ('k') | chrome/browser/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/views/frame/browser_view.h
===================================================================
--- chrome/browser/views/frame/browser_view.h (revision 19992)
+++ chrome/browser/views/frame/browser_view.h (working copy)
@@ -31,6 +31,7 @@
class BookmarkBarView;
class Browser;
class BrowserBubble;
+class BrowserTabStrip;
class DownloadShelfView;
class EncodingMenuModel;
class ExtensionShelf;
@@ -121,6 +122,7 @@
// Accessor for the TabStrip.
TabStrip* tabstrip() const { return tabstrip_; }
+ BrowserTabStrip* bts() const { return bts_; }
// Accessor for the ExtensionShelf.
ExtensionShelf* extension_shelf() const { return extension_shelf_; }
@@ -238,6 +240,7 @@
virtual void ConfirmBrowserCloseWithPendingDownloads();
virtual void ShowHTMLDialog(HtmlDialogUIDelegate* delegate,
gfx::NativeWindow parent_window);
+ virtual void ContinueDraggingDetachedTab(const gfx::Rect& tab_bounds);
virtual void UserChangedTheme();
virtual int GetExtraRenderViewHeight() const;
virtual void TabContentsFocused(TabContents* source);
@@ -395,6 +398,9 @@
// The TabStrip.
TabStrip* tabstrip_;
+ // The BrowserTabStrip.
+ BrowserTabStrip* bts_;
+
// The Toolbar containing the navigation buttons, menus and the address bar.
ToolbarView* toolbar_;
« no previous file with comments | « chrome/browser/views/frame/browser_frame_win.cc ('k') | chrome/browser/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698