Index: content/browser/tab_contents/tab_contents_delegate.h |
diff --git a/content/browser/tab_contents/tab_contents_delegate.h b/content/browser/tab_contents/tab_contents_delegate.h |
index 9eccb3231182a95a84a842275f36f00358e0c1cd..cc6801b2fb9322cd9839cda8586708d538211951 100644 |
--- a/content/browser/tab_contents/tab_contents_delegate.h |
+++ b/content/browser/tab_contents/tab_contents_delegate.h |
@@ -65,14 +65,6 @@ class CONTENT_EXPORT TabContentsDelegate { |
// Returns the TabContents the URL is opened in, or NULL if the URL wasn't |
// opened immediately. |
- // Deprecated. Please use the two-arguments method 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); |
- |
virtual TabContents* OpenURLFromTab(TabContents* source, |
const OpenURLParams& params); |