Index: chrome/browser/chromeos/login/registration_screen.h |
diff --git a/chrome/browser/chromeos/login/registration_screen.h b/chrome/browser/chromeos/login/registration_screen.h |
index cb32f210c414ee6b248b745f52b5ef7c0cbd30eb..1e0d029c65500e37a102eb4ed0ee1ddb44a019cd 100644 |
--- a/chrome/browser/chromeos/login/registration_screen.h |
+++ b/chrome/browser/chromeos/login/registration_screen.h |
@@ -81,14 +81,6 @@ class RegistrationScreen : public ViewScreen<RegistrationView>, |
virtual RegistrationView* AllocateView() OVERRIDE; |
// TabContentsDelegate implementation: |
- // Deprecated. Please use two-argument variant. |
- // 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; |