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

Unified Diff: components/search_engines/search_terms_data.cc

Issue 2520993004: Cleanup: Remove for_search param from search::InstantExtendedEnabledParam() (Closed)
Patch Set: fix Created 4 years, 1 month 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: components/search_engines/search_terms_data.cc
diff --git a/components/search_engines/search_terms_data.cc b/components/search_engines/search_terms_data.cc
index 6de540664d090c90bec58f32956e6e129d626e92..f0ef783c6ec7b69e17fafa4c3caf67fd24f8e7a1 100644
--- a/components/search_engines/search_terms_data.cc
+++ b/components/search_engines/search_terms_data.cc
@@ -54,8 +54,7 @@ std::string SearchTermsData::GetSuggestRequestIdentifier() const {
return std::string();
}
-std::string SearchTermsData::InstantExtendedEnabledParam(
- bool for_search) const {
+std::string SearchTermsData::InstantExtendedEnabledParam() const {
return std::string();
}

Powered by Google App Engine
This is Rietveld 408576698