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

Unified Diff: components/search_engines/search_terms_data.cc

Issue 345803002: Move GoogleImageSearchSource() from template_url.cc to UIThreadSearchTermsData (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 6 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/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/search_terms_data.cc
diff --git a/components/search_engines/search_terms_data.cc b/components/search_engines/search_terms_data.cc
index f94b205f9c0ecee4e4324c11b3963212f082d870..c6c72ba2060b267312df588c90dcddfc0f10adcb 100644
--- a/components/search_engines/search_terms_data.cc
+++ b/components/search_engines/search_terms_data.cc
@@ -61,3 +61,7 @@ std::string SearchTermsData::GetSuggestRequestIdentifier() const {
std::string SearchTermsData::NTPIsThemedParam() const {
return std::string();
}
+
+std::string SearchTermsData::GoogleImageSearchSource() const {
+ return std::string();
+}
« no previous file with comments | « components/search_engines/search_terms_data.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698