Index: chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc |
diff --git a/chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc b/chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc |
index 2bc1ef0621a7fcf2f5f0344beb18209ac26ecca4..c608471337850ab598bd98b14b548d9063618799 100644 |
--- a/chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc |
+++ b/chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc |
@@ -28,15 +28,6 @@ void HtmlDialogTabContentsDelegate::Detach() { |
profile_ = NULL; |
} |
-// TODO(adriansc): Remove this method once refactoring changed all call sites. |
-TabContents* HtmlDialogTabContentsDelegate::OpenURLFromTab( |
- TabContents* source, const GURL& url, const GURL& referrer, |
- WindowOpenDisposition disposition, content::PageTransition transition) { |
- return OpenURLFromTab(source, |
- OpenURLParams(url, referrer, disposition, transition, |
- false)); |
-} |
- |
TabContents* HtmlDialogTabContentsDelegate::OpenURLFromTab( |
TabContents* source, const OpenURLParams& params) { |
if (profile_) { |