| Index: chrome/browser/ui/tabs/tab_strip_model_delegate.h
|
| diff --git a/chrome/browser/ui/tabs/tab_strip_model_delegate.h b/chrome/browser/ui/tabs/tab_strip_model_delegate.h
|
| index 07142bf0aa534b0e66b987704ee4e9fab52cd17b..4bd8ad2b5237e943175d2a346d0bf5a562bc8cad 100644
|
| --- a/chrome/browser/ui/tabs/tab_strip_model_delegate.h
|
| +++ b/chrome/browser/ui/tabs/tab_strip_model_delegate.h
|
| @@ -86,10 +86,6 @@ class TabStripModelDelegate {
|
| // window.
|
| virtual void DuplicateContentsAt(int index) = 0;
|
|
|
| - // Called when a drag session has completed and the frame that initiated the
|
| - // the session should be closed.
|
| - virtual void CloseFrameAfterDragSession() = 0;
|
| -
|
| // Creates an entry in the historical tab database for the specified
|
| // WebContents.
|
| virtual void CreateHistoricalTab(content::WebContents* contents) = 0;
|
|
|