Index: chrome/browser/ui/browser_instant_controller.cc |
diff --git a/chrome/browser/ui/browser_instant_controller.cc b/chrome/browser/ui/browser_instant_controller.cc |
index 582ae88a9009ee2429c033d94ebfc861278d625f..5a15dc9b350b016f03341c04eb26e8c50480815f 100644 |
--- a/chrome/browser/ui/browser_instant_controller.cc |
+++ b/chrome/browser/ui/browser_instant_controller.cc |
@@ -218,12 +218,13 @@ void BrowserInstantController::UpdateThemeInfo(bool parse_theme_info) { |
OnThemeChanged(NULL); |
} |
-void BrowserInstantController::OpenURLInCurrentTab( |
+void BrowserInstantController::OpenURL( |
const GURL& url, |
- content::PageTransition transition) { |
+ content::PageTransition transition, |
+ WindowOpenDisposition disposition) { |
browser_->OpenURL(content::OpenURLParams(url, |
content::Referrer(), |
- CURRENT_TAB, |
+ disposition, |
transition, |
false)); |
} |