Index: chrome/browser/ui/webui/html_dialog_tab_contents_delegate.h |
diff --git a/chrome/browser/ui/webui/html_dialog_tab_contents_delegate.h b/chrome/browser/ui/webui/html_dialog_tab_contents_delegate.h |
index 8ba3224d249ff9eb72660e3a95a3346578f5cd21..8dae71ec0d5f566cf73e973eef14a29a157fe3e9 100644 |
--- a/chrome/browser/ui/webui/html_dialog_tab_contents_delegate.h |
+++ b/chrome/browser/ui/webui/html_dialog_tab_contents_delegate.h |
@@ -33,14 +33,6 @@ class HtmlDialogTabContentsDelegate : public TabContentsDelegate { |
// TabContentsDelegate declarations. |
- // Deprecated. Use two-arguments variant instead. |
- // TODO(adriansc): Remove this method once refactoring changed all call sites. |
- virtual TabContents* OpenURLFromTab( |
- TabContents* source, |
- const GURL& url, |
- const GURL& referrer, |
- WindowOpenDisposition disposition, |
- content::PageTransition transition) OVERRIDE; |
virtual TabContents* OpenURLFromTab(TabContents* source, |
const OpenURLParams& params) OVERRIDE; |