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

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

Issue 1492163004: Adds an IOSWebViewTypeParam() method to SearchTermsData. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2564
Patch Set: Created 5 years 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: ios/chrome/browser/search_engines/ui_thread_search_terms_data.h
diff --git a/ios/chrome/browser/search_engines/ui_thread_search_terms_data.h b/ios/chrome/browser/search_engines/ui_thread_search_terms_data.h
index 7e7e01bee447bb8be3da20b253e00246f482af9d..0c8a2c29b335dd733574d3742545ac61cf53bc74 100644
--- a/ios/chrome/browser/search_engines/ui_thread_search_terms_data.h
+++ b/ios/chrome/browser/search_engines/ui_thread_search_terms_data.h
@@ -31,6 +31,7 @@ class UIThreadSearchTermsData : public SearchTermsData {
std::string ForceInstantResultsParam(bool for_prerender) const override;
int OmniboxStartMargin() const override;
std::string NTPIsThemedParam() const override;
+ std::string IOSWebViewTypeParam() const override;
std::string GoogleImageSearchSource() const override;
private:
« no previous file with comments | « ios/chrome/browser/experimental_flags.mm ('k') | ios/chrome/browser/search_engines/ui_thread_search_terms_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698