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

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

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
Index: chrome/browser/search_engines/ui_thread_search_terms_data.h
diff --git a/chrome/browser/search_engines/ui_thread_search_terms_data.h b/chrome/browser/search_engines/ui_thread_search_terms_data.h
index ad40f5e919a793ecc3f3b335acf311bb2fc351ca..51ebf1544ca4dc5b0f2aa969bb41c85219c011a3 100644
--- a/chrome/browser/search_engines/ui_thread_search_terms_data.h
+++ b/chrome/browser/search_engines/ui_thread_search_terms_data.h
@@ -33,6 +33,7 @@ class UIThreadSearchTermsData : public SearchTermsData {
int OmniboxStartMargin() const override;
std::string NTPIsThemedParam() const override;
std::string GoogleImageSearchSource() const override;
+ std::string GetAcceptLanguages() const override;
// Used by tests to override the value for the Google base URL. Passing the
// empty string cancels this override.

Powered by Google App Engine
This is Rietveld 408576698