| 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 7abe3aa900015a2cc93088f32a243fdf112b7983..baa885a5193f5cb609423043dc4e3ce5d87545dc 100644
|
| --- a/chrome/browser/ui/browser_instant_controller.cc
|
| +++ b/chrome/browser/ui/browser_instant_controller.cc
|
| @@ -165,12 +165,13 @@ void BrowserInstantController::UpdateThemeInfoForPreview() {
|
| 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));
|
| }
|
|
|