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

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

Issue 395653003: [AiS] Enable tablet flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 5d6a81d870baca8febbb14cf96d08a8d0149b31c..3c9f3d8beef40355e7ef09660732923d62e2709f 100644
--- a/chrome/browser/search_engines/ui_thread_search_terms_data.cc
+++ b/chrome/browser/search_engines/ui_thread_search_terms_data.cc
@@ -119,7 +119,8 @@ std::string UIThreadSearchTermsData::GetSuggestRequestIdentifier() const {
return OmniboxFieldTrial::EnableAnswersInSuggest() ?
"chrome-mobile-ext-ansg" : "chrome-mobile-ext";
}
- return "chrome-ext";
+ 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