| Index: chrome/browser/ui/search/search_ipc_router.h
|
| diff --git a/chrome/browser/ui/search/search_ipc_router.h b/chrome/browser/ui/search/search_ipc_router.h
|
| index cfd65655cfd4578a53a5a746daf28a1f248c5dcf..8e4a4590794062f397332539116f2e3474925a49 100644
|
| --- a/chrome/browser/ui/search/search_ipc_router.h
|
| +++ b/chrome/browser/ui/search/search_ipc_router.h
|
| @@ -155,8 +155,7 @@ class SearchIPCRouter : public content::WebContentsObserver,
|
| void SendThemeBackgroundInfo(const ThemeBackgroundInfo& theme_info);
|
|
|
| // Tells the page that the user pressed Enter in the omnibox.
|
| - void Submit(const base::string16& text,
|
| - const EmbeddedSearchRequestParams& params);
|
| + void Submit(const EmbeddedSearchRequestParams& params);
|
|
|
| // Called when the tab corresponding to |this| instance is activated.
|
| void OnTabActivated();
|
|
|