Index: chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc |
diff --git a/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc b/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc |
index 4021dbaf90d57dd1b88c9bf9137a70a47cb662c4..5a87dc290c45c375c17481be0aff8cc73893d52e 100644 |
--- a/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc |
+++ b/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc |
@@ -168,19 +168,6 @@ DraggedTabData DraggedTabControllerGtk::InitDraggedTabData(TabGtk* tab) { |
//////////////////////////////////////////////////////////////////////////////// |
// DraggedTabControllerGtk, TabContentsDelegate implementation: |
-// TODO(adriansc): Remove this method once refactoring has changed all call |
-// sites. |
-TabContents* DraggedTabControllerGtk::OpenURLFromTab( |
- TabContents* source, |
- const GURL& url, |
- const GURL& referrer, |
- WindowOpenDisposition disposition, |
- content::PageTransition transition) { |
- return OpenURLFromTab(source, |
- OpenURLParams(url, referrer, disposition, transition, |
- false)); |
-} |
- |
TabContents* DraggedTabControllerGtk::OpenURLFromTab( |
TabContents* source, |
const OpenURLParams& params) { |