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

Unified Diff: components/search_engines/search_terms_data.cc

Issue 396583002: Stop depending on InstantService from BaseSearchProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 79daac0ef457a351a465d2e6e42ee3bca3de4ec5..b1e9ed323cf49e2c969a5008f2fb3d03bc438765 100644
--- a/components/search_engines/search_terms_data.cc
+++ b/components/search_engines/search_terms_data.cc
@@ -76,6 +76,10 @@ std::string SearchTermsData::ForceInstantResultsParam(
return std::string();
}
+int SearchTermsData::OmniboxStartMargin() const {
+ return 0;
+}
+
std::string SearchTermsData::NTPIsThemedParam() 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