Index: chrome/browser/instant/instant_controller.h |
diff --git a/chrome/browser/instant/instant_controller.h b/chrome/browser/instant/instant_controller.h |
index db74de89ada7713558703d7d1b2a35b5a662f7f4..ca7a5c71b9baa2386e6d362c12a8b200c00a502e 100644 |
--- a/chrome/browser/instant/instant_controller.h |
+++ b/chrome/browser/instant/instant_controller.h |
@@ -22,6 +22,7 @@ |
#include "chrome/common/search_types.h" |
#include "content/public/common/page_transition_types.h" |
#include "googleurl/src/gurl.h" |
+#include "ui/base/window_open_disposition.h" |
#include "ui/gfx/native_widget_types.h" |
#include "ui/gfx/rect.h" |
@@ -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); |