| 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 570c33478df7090338e488aa2939e95f702ce2b2..8f3786f87f100693d2f2a473ab9d21c23b1492ae 100644
|
| --- a/chrome/browser/ui/browser_instant_controller.h
|
| +++ b/chrome/browser/ui/browser_instant_controller.h
|
| @@ -88,7 +88,9 @@ class BrowserInstantController : public content::NotificationObserver,
|
| void UpdateThemeInfoForPreview();
|
|
|
| // 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);
|
|
|