| Index: chrome/browser/instant/instant_controller.h
|
| diff --git a/chrome/browser/instant/instant_controller.h b/chrome/browser/instant/instant_controller.h
|
| index 3371af810eaf0c72c214fead5369d345368356a5..7768f1cf8e352e2641f8ee15a98ea6999c4454eb 100644
|
| --- a/chrome/browser/instant/instant_controller.h
|
| +++ b/chrome/browser/instant/instant_controller.h
|
| @@ -24,6 +24,7 @@
|
| #include "googleurl/src/gurl.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/gfx/rect.h"
|
| +#include "webkit/glue/window_open_disposition.h"
|
|
|
| struct AutocompleteMatch;
|
| class AutocompleteProvider;
|
| @@ -168,7 +169,9 @@ class InstantController {
|
|
|
| // Invoked by the InstantLoader when the instant page wants to navigate to
|
| // the speicfied URL.
|
| - void NavigateToURL(const GURL& url, content::PageTransition transition);
|
| + void NavigateToURL(const GURL& url,
|
| + content::PageTransition transition,
|
| + WindowOpenDisposition disposition);
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(InstantTest, OmniboxFocusLoadsInstant);
|
|
|