Index: chrome/renderer/searchbox/searchbox.cc |
diff --git a/chrome/renderer/searchbox/searchbox.cc b/chrome/renderer/searchbox/searchbox.cc |
index 71262342e5f92bca96cbfa0824812a076fe9c37e..5e76b7935bd0248d5dcff03c9a5f46e31372bae6 100644 |
--- a/chrome/renderer/searchbox/searchbox.cc |
+++ b/chrome/renderer/searchbox/searchbox.cc |
@@ -71,10 +71,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)); |
} |
void SearchBox::DeleteMostVisitedItem(int restrict_id) { |