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

Unified Diff: components/search/search.cc

Issue 1543203002: Remove a variety of no-longer-used query params. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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: components/search/search.cc
diff --git a/components/search/search.cc b/components/search/search.cc
index 1d0d6ada2bb8df297fae133e31fe6aaf09b580b8..783f3ceb403ef1fec02c15bb8d09fca1c36dd917 100644
--- a/components/search/search.cc
+++ b/components/search/search.cc
@@ -68,9 +68,6 @@ const char kReuseInstantSearchBasePage[] = "reuse_instant_search_base_page";
} // namespace
-// Negative start-margin values prevent the "es_sm" parameter from being used.
-const int kDisableStartMargin = -1;
-
bool IsInstantExtendedAPIEnabled() {
#if defined(OS_IOS)
return false;

Powered by Google App Engine
This is Rietveld 408576698