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

Unified Diff: ios/chrome/browser/search_engines/ui_thread_search_terms_data.cc

Issue 2520993004: Cleanup: Remove for_search param from search::InstantExtendedEnabledParam() (Closed)
Patch Set: comment 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
« no previous file with comments | « ios/chrome/browser/search_engines/ui_thread_search_terms_data.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/search_engines/ui_thread_search_terms_data.cc
diff --git a/ios/chrome/browser/search_engines/ui_thread_search_terms_data.cc b/ios/chrome/browser/search_engines/ui_thread_search_terms_data.cc
index d53f00baddb10042e374ec7909e3ddee80fdb931..44669b1e78844bdb770074d1da391dc2ab5febf9 100644
--- a/ios/chrome/browser/search_engines/ui_thread_search_terms_data.cc
+++ b/ios/chrome/browser/search_engines/ui_thread_search_terms_data.cc
@@ -91,10 +91,9 @@ std::string UIThreadSearchTermsData::GetSuggestRequestIdentifier() const {
return "chrome-ext-ansg";
}
-std::string UIThreadSearchTermsData::InstantExtendedEnabledParam(
- bool for_search) const {
+std::string UIThreadSearchTermsData::InstantExtendedEnabledParam() const {
DCHECK(thread_checker_.CalledOnValidThread());
- return search::InstantExtendedEnabledParam(for_search);
+ return search::InstantExtendedEnabledParam();
}
std::string UIThreadSearchTermsData::ForceInstantResultsParam(
« no previous file with comments | « ios/chrome/browser/search_engines/ui_thread_search_terms_data.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698