Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(549)

Unified Diff: chrome/browser/ui/search/search_ipc_router.h

Issue 2884293002: Remove unused embeddedSearch.searchBox APIs (Closed)
Patch Set: . Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698