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

Unified Diff: components/search_engines/search_terms_data.cc

Issue 1841653003: Drop |languages| from {Format,Elide}Url* and IDNToUnicode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased, most Android targets locally built successfully Created 4 years, 9 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
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 937ab535e8a7ab12f53cb738e467947a88e05150..6de540664d090c90bec58f32956e6e129d626e92 100644
--- a/components/search_engines/search_terms_data.cc
+++ b/components/search_engines/search_terms_data.cc
@@ -67,7 +67,3 @@ std::string SearchTermsData::ForceInstantResultsParam(
std::string SearchTermsData::GoogleImageSearchSource() const {
return std::string();
}
-
-std::string SearchTermsData::GetAcceptLanguages() const {
- return std::string();
-}

Powered by Google App Engine
This is Rietveld 408576698