diff options
Diffstat (limited to 'chrome/browser/tabs/tab_strip.h')
-rw-r--r-- | chrome/browser/tabs/tab_strip.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/tabs/tab_strip.h b/chrome/browser/tabs/tab_strip.h index a9f7e51..64195a3 100644 --- a/chrome/browser/tabs/tab_strip.h +++ b/chrome/browser/tabs/tab_strip.h @@ -112,6 +112,9 @@ class TabStrip : public ChromeViews::View, // Destroys the active drag controller. void DestroyDragController(); + // Removes the drag source Tab from this TabStrip, and deletes it. + void DestroyDraggedSourceTab(Tab* tab); + // Retrieve the ideal bounds for the Tab at the specified index. gfx::Rect GetIdealBounds(int index); |