Index: chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h |
=================================================================== |
--- chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h (revision 105162) |
+++ chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h (working copy) |
@@ -85,12 +85,13 @@ |
// Overridden from TabContentsDelegate: |
// Deprecated. Please use the 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 GURL& url, |
- const GURL& referrer, |
- WindowOpenDisposition disposition, |
- PageTransition::Type transition) OVERRIDE; |
- virtual TabContents* OpenURLFromTab(TabContents* source, |
const OpenURLParams& params) OVERRIDE; |
virtual void NavigationStateChanged(const TabContents* source, |
unsigned changed_flags); |