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

Unified Diff: chrome/browser/ui/browser_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/ui/browser_instant_controller.h
diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h
index f27d7e060aca997a649b1731647613e37726e88f..adbecf9828b81d457eb85267e27599c745c1388e 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);

Powered by Google App Engine
This is Rietveld 408576698