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

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

Issue 155242: Add temporary TabStripWrapper interface that is implemented by both TabStrip ... (Closed) Base URL: svn://svn.chromium.org/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_root_view.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 20183)
+++ chrome/browser/views/frame/browser_view.h (working copy)
@@ -31,7 +31,6 @@
class BookmarkBarView;
class Browser;
class BrowserBubble;
-class BrowserTabStrip;
class DownloadShelfView;
class EncodingMenuModel;
class ExtensionShelf;
@@ -41,7 +40,7 @@
class LocationBarView;
class StatusBubbleViews;
class TabContentsContainer;
-class TabStrip;
+class TabStripWrapper;
class ToolbarView;
class ZoomMenuModel;
@@ -121,8 +120,7 @@
gfx::Rect GetTabStripBounds() const;
// Accessor for the TabStrip.
- TabStrip* tabstrip() const { return tabstrip_; }
- BrowserTabStrip* bts() const { return bts_; }
+ TabStripWrapper* tabstrip() const { return tabstrip_; }
// Accessor for the ExtensionShelf.
ExtensionShelf* extension_shelf() const { return extension_shelf_; }
@@ -396,11 +394,8 @@
views::View* active_bookmark_bar_;
// The TabStrip.
- TabStrip* tabstrip_;
+ TabStripWrapper* 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_root_view.cc ('k') | chrome/browser/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698