| Index: chrome/browser/chromeos/login/registration_screen.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/registration_screen.h (revision 105162)
|
| +++ chrome/browser/chromeos/login/registration_screen.h (working copy)
|
| @@ -87,12 +87,13 @@
|
| // 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 GURL& url,
|
| - const GURL& referrer,
|
| - WindowOpenDisposition disposition,
|
| - PageTransition::Type transition) OVERRIDE;
|
| - virtual TabContents* OpenURLFromTab(TabContents* source,
|
| const OpenURLParams& params) OVERRIDE;
|
|
|
| virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event);
|
|
|