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