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

Unified Diff: chrome/browser/ui/search/instant_search_prerenderer.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/instant_search_prerenderer.h
diff --git a/chrome/browser/ui/search/instant_search_prerenderer.h b/chrome/browser/ui/search/instant_search_prerenderer.h
index c8804805c90d1ab35343ae2285d2d16fe99b41e6..036b6a64dfcbd1c5a19ea069e360e598f1b615b6 100644
--- a/chrome/browser/ui/search/instant_search_prerenderer.h
+++ b/chrome/browser/ui/search/instant_search_prerenderer.h
@@ -59,10 +59,8 @@ class InstantSearchPrerenderer {
// Tells the Instant search base page to prerender |suggestion|.
void Prerender(const InstantSuggestion& suggestion);
- // Tells the Instant search base page to render the search results for the
- // given |query|.
- void Commit(const base::string16& query,
- const EmbeddedSearchRequestParams& params);
+ // Tells the Instant search base page to render the search results.
+ void Commit(const EmbeddedSearchRequestParams& params);
// Returns true if the prerendered page can be used to process the search for
// the given |source|.

Powered by Google App Engine
This is Rietveld 408576698