| Index: chrome/browser/views/frame/browser_frame.h
|
| ===================================================================
|
| --- chrome/browser/views/frame/browser_frame.h (revision 19992)
|
| +++ chrome/browser/views/frame/browser_frame.h (working copy)
|
| @@ -53,6 +53,9 @@
|
| // Tells the frame to update the throbber.
|
| virtual void UpdateThrobber(bool running) = 0;
|
|
|
| + // Tells the frame to continue a drag detached tab operation.
|
| + virtual void ContinueDraggingDetachedTab() = 0;
|
| +
|
| // Returns the theme provider for this frame.
|
| virtual ThemeProvider* GetThemeProviderForFrame() const = 0;
|
| };
|
|
|