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

Unified Diff: chrome/browser/views/frame/browser_frame.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 | « no previous file | chrome/browser/views/frame/browser_frame_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/frame/browser_frame.h
===================================================================
--- chrome/browser/views/frame/browser_frame.h (revision 20183)
+++ chrome/browser/views/frame/browser_frame.h (working copy)
@@ -10,7 +10,7 @@
class BrowserView;
class Profile;
-class TabStrip;
+class TabStripWrapper;
class ThemeProvider;
namespace gfx {
@@ -40,7 +40,7 @@
// Notification that the tab strip has been created. This should let the
// BrowserRootView know about it so it can enable drag and drop.
- virtual void TabStripCreated(TabStrip* tabstrip) = 0;
+ virtual void TabStripCreated(TabStripWrapper* tabstrip) = 0;
// Determine the distance of the left edge of the minimize button from the
// left edge of the window. Used in our Non-Client View's Layout.
@@ -48,7 +48,7 @@
// Retrieves the bounds, in non-client view coordinates for the specified
// TabStrip.
- virtual gfx::Rect GetBoundsForTabStrip(TabStrip* tabstrip) const = 0;
+ virtual gfx::Rect GetBoundsForTabStrip(TabStripWrapper* tabstrip) const = 0;
// Tells the frame to update the throbber.
virtual void UpdateThrobber(bool running) = 0;
« no previous file with comments | « no previous file | chrome/browser/views/frame/browser_frame_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698