| Index: chrome/browser/ui/browser_instant_controller.h
|
| diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h
|
| index e8702efdc6c828a1d001ba4b00ae26e29393838c..da38edcf57840817f6045e33aaf423f35895a0ba 100644
|
| --- a/chrome/browser/ui/browser_instant_controller.h
|
| +++ b/chrome/browser/ui/browser_instant_controller.h
|
| @@ -101,7 +101,9 @@ class BrowserInstantController : public content::NotificationObserver,
|
| void UpdateThemeInfo(bool parse_theme_info);
|
|
|
| // Invoked by the InstantController when it wants to open a URL.
|
| - void OpenURLInCurrentTab(const GURL& url, content::PageTransition transition);
|
| + void OpenURL(const GURL& url,
|
| + content::PageTransition transition,
|
| + WindowOpenDisposition disposition);
|
|
|
| // Sets the start and end margins of the omnibox text area.
|
| void SetMarginSize(int start, int end);
|
|
|