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

Unified Diff: components/search_engines/testing_search_terms_data.cc

Issue 1224083010: Enable Answers in Suggest always. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to comment Created 5 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 | « components/search_engines/testing_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: components/search_engines/testing_search_terms_data.cc
diff --git a/components/search_engines/testing_search_terms_data.cc b/components/search_engines/testing_search_terms_data.cc
index f3418c93dac2dd7bf8dd64ca234883716ecdc951..b4e98240ad1ceafcd5e961b5da1f6a13da194226 100644
--- a/components/search_engines/testing_search_terms_data.cc
+++ b/components/search_engines/testing_search_terms_data.cc
@@ -9,7 +9,6 @@
TestingSearchTermsData::TestingSearchTermsData(
const std::string& google_base_url)
: google_base_url_(google_base_url),
- enable_answers_in_suggest_(false),
is_showing_search_terms_on_search_results_pages_(false) {
}
@@ -33,10 +32,6 @@ std::string TestingSearchTermsData::GoogleImageSearchSource() const {
return "google_image_search_source";
}
-bool TestingSearchTermsData::EnableAnswersInSuggest() const {
- return enable_answers_in_suggest_;
-}
-
bool TestingSearchTermsData::IsShowingSearchTermsOnSearchResultsPages() const {
return is_showing_search_terms_on_search_results_pages_;
}
« no previous file with comments | « components/search_engines/testing_search_terms_data.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698