| Index: chrome/browser/instant/instant_controller.h
|
| diff --git a/chrome/browser/instant/instant_controller.h b/chrome/browser/instant/instant_controller.h
|
| index 250c31a6c0d10fb64a05141f033f20517b98aff2..d174d61c3a9997d6012044360c99582e2194a284 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;
|
| @@ -170,7 +171,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);
|
|
|