| Index: chrome/browser/ui/search/search_tab_helper.h
|
| diff --git a/chrome/browser/ui/search/search_tab_helper.h b/chrome/browser/ui/search/search_tab_helper.h
|
| index 5b10a2ff672ad95c94ef9f58fb0d2e185b7379c6..152cccb182b8006a90f4fa6ea1b57132f8a1ac88 100644
|
| --- a/chrome/browser/ui/search/search_tab_helper.h
|
| +++ b/chrome/browser/ui/search/search_tab_helper.h
|
| @@ -71,8 +71,7 @@ class SearchTabHelper : public content::WebContentsObserver,
|
| void SetSuggestionToPrefetch(const InstantSuggestion& suggestion);
|
|
|
| // 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();
|
|
|