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

Unified Diff: components/search_engines/search_terms_data.cc

Issue 1238683003: Unpunycode search keywords and short names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fix grammar. 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/search_terms_data.h ('k') | components/search_engines/template_url.h » ('j') | 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 004bda00a78d96b49ec72e18dbdce62884725ec8..e8abc03d36dd457eab34d4c76409b12a3c5e392d 100644
--- a/components/search_engines/search_terms_data.cc
+++ b/components/search_engines/search_terms_data.cc
@@ -79,3 +79,7 @@ std::string SearchTermsData::NTPIsThemedParam() const {
std::string SearchTermsData::GoogleImageSearchSource() const {
return std::string();
}
+
+std::string SearchTermsData::GetAcceptLanguages() const {
+ return std::string();
+}
« no previous file with comments | « components/search_engines/search_terms_data.h ('k') | components/search_engines/template_url.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698