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

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

Issue 447073002: [AiS] widen AiS to iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search_engines/ui_thread_search_terms_data.cc
diff --git a/chrome/browser/search_engines/ui_thread_search_terms_data.cc b/chrome/browser/search_engines/ui_thread_search_terms_data.cc
index fba11b98645c0dabafb6904068466d78d1dfca2c..c685c69897ceb48dc561a3f7eba1a630fb579027 100644
--- a/chrome/browser/search_engines/ui_thread_search_terms_data.cc
+++ b/chrome/browser/search_engines/ui_thread_search_terms_data.cc
@@ -124,6 +124,9 @@ std::string UIThreadSearchTermsData::GetSuggestRequestIdentifier() const {
}
return OmniboxFieldTrial::EnableAnswersInSuggest() ?
"chrome-ext-ansg" : "chrome-ext";
+#elif defined(OS_IOS)
+ return OmniboxFieldTrial::EnableAnswersInSuggest() ?
+ "chrome-ext-ansg" : "chrome-ext";
#else
return "chrome-ext";
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698