Index: chrome/renderer/searchbox/searchbox.cc |
diff --git a/chrome/renderer/searchbox/searchbox.cc b/chrome/renderer/searchbox/searchbox.cc |
index 41c29e47181e3e1f9704c26129206dc45bda458e..a068416c9fa8e0fd86c8b40f59ae865a680eb4b7 100644 |
--- a/chrome/renderer/searchbox/searchbox.cc |
+++ b/chrome/renderer/searchbox/searchbox.cc |
@@ -59,10 +59,11 @@ void SearchBox::StopCapturingKeyStrokes() { |
} |
void SearchBox::NavigateToURL(const GURL& url, |
- content::PageTransition transition) { |
+ content::PageTransition transition, |
+ WindowOpenDisposition disposition) { |
render_view()->Send(new ChromeViewHostMsg_SearchBoxNavigate( |
render_view()->GetRoutingID(), render_view()->GetPageId(), |
- url, transition)); |
+ url, transition, disposition)); |
} |
int SearchBox::GetStartMargin() const { |