| Index: chrome/browser/ui/browser_tab_strip_model_delegate.cc
|
| diff --git a/chrome/browser/ui/browser_tab_strip_model_delegate.cc b/chrome/browser/ui/browser_tab_strip_model_delegate.cc
|
| index 730a2ad03ac3f3c8ac0847c9bfcba774f0e1baf8..ff7b0b7738c398b3a1db6d5dd7bb1955592ee234 100644
|
| --- a/chrome/browser/ui/browser_tab_strip_model_delegate.cc
|
| +++ b/chrome/browser/ui/browser_tab_strip_model_delegate.cc
|
| @@ -102,18 +102,6 @@ void BrowserTabStripModelDelegate::DuplicateContentsAt(int index) {
|
| DuplicateTabAt(browser_, index);
|
| }
|
|
|
| -void BrowserTabStripModelDelegate::CloseFrameAfterDragSession() {
|
| -#if !defined(OS_MACOSX)
|
| - // This is scheduled to run after we return to the message loop because
|
| - // otherwise the frame will think the drag session is still active and ignore
|
| - // the request.
|
| - base::MessageLoop::current()->PostTask(
|
| - FROM_HERE,
|
| - base::Bind(&BrowserTabStripModelDelegate::CloseFrame,
|
| - weak_factory_.GetWeakPtr()));
|
| -#endif
|
| -}
|
| -
|
| void BrowserTabStripModelDelegate::CreateHistoricalTab(
|
| content::WebContents* contents) {
|
| // We don't create historical tabs for incognito windows or windows without
|
|
|