Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(356)

Unified Diff: chrome/browser/instant/instant_controller.h

Issue 11644009: Added support for passing WindowOpenDisposition into BrowserInstantController::OpenURL() from the o… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698