Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / search / search_ipc_router.cc
index c81a1e9..9e592c5 100644 (file)
@@ -136,11 +136,12 @@ void SearchIPCRouter::ToggleVoiceSearch() {
   Send(new ChromeViewMsg_SearchBoxToggleVoiceSearch(routing_id()));
 }
 
-void SearchIPCRouter::Submit(const base::string16& text) {
+void SearchIPCRouter::Submit(const base::string16& text,
+                             const EmbeddedSearchRequestParams& params) {
   if (!policy_->ShouldSubmitQuery())
     return;
 
-  Send(new ChromeViewMsg_SearchBoxSubmit(routing_id(), text));
+  Send(new ChromeViewMsg_SearchBoxSubmit(routing_id(), text, params));
 }
 
 void SearchIPCRouter::OnTabActivated() {