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

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

Issue 2872453005: Add Yandex referral ID to search URL. (Closed)
Patch Set: Clear app data in test setup to remove initial locale set for search engines from previous runs. Created 3 years, 7 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 78e4b7df441424927a5f1e91037b21a89c14fd52..adf495396d4ab7df5abd360f93cae0a7a875cc48 100644
--- a/chrome/browser/search_engines/ui_thread_search_terms_data.h
+++ b/chrome/browser/search_engines/ui_thread_search_terms_data.h
@@ -31,6 +31,10 @@ class UIThreadSearchTermsData : public SearchTermsData {
std::string ForceInstantResultsParam(bool for_prerender) const override;
std::string GoogleImageSearchSource() const override;
+#if defined(OS_ANDROID)
+ std::string GetYandexReferralID() const override;
+#endif
+
// Used by tests to override the value for the Google base URL. Passing the
// empty string cancels this override.
static void SetGoogleBaseURL(const std::string& base_url);
« no previous file with comments | « chrome/browser/android/locale/locale_manager.cc ('k') | chrome/browser/search_engines/ui_thread_search_terms_data_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698