| Index: chrome/browser/ui/browser_tab_strip_model_delegate.h
|
| diff --git a/chrome/browser/ui/browser_tab_strip_model_delegate.h b/chrome/browser/ui/browser_tab_strip_model_delegate.h
|
| index 6e324758d7af2b69b1492347bd1d9e760251b4e0..ce04f477f09a7c7adb6684524b040afe7bacb66f 100644
|
| --- a/chrome/browser/ui/browser_tab_strip_model_delegate.h
|
| +++ b/chrome/browser/ui/browser_tab_strip_model_delegate.h
|
| @@ -31,7 +31,6 @@ class BrowserTabStripModelDelegate : public TabStripModelDelegate {
|
| virtual int GetDragActions() const OVERRIDE;
|
| virtual bool CanDuplicateContentsAt(int index) OVERRIDE;
|
| virtual void DuplicateContentsAt(int index) OVERRIDE;
|
| - virtual void CloseFrameAfterDragSession() OVERRIDE;
|
| virtual void CreateHistoricalTab(content::WebContents* contents) OVERRIDE;
|
| virtual bool RunUnloadListenerBeforeClosing(
|
| content::WebContents* contents) OVERRIDE;
|
|
|