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

Unified Diff: components/omnibox/omnibox_field_trial.h

Issue 1104513003: Omnibox: Remove Hint Text Code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed WITH_DEFAULT_SEARCH_PROVIDER part of string Created 5 years, 8 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 | « chrome/browser/ui/views/omnibox/omnibox_view_views.cc ('k') | components/omnibox/omnibox_field_trial.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/omnibox_field_trial.h
diff --git a/components/omnibox/omnibox_field_trial.h b/components/omnibox/omnibox_field_trial.h
index 5d19f03650ed1220df6789b0af45eb6fad73e978..feae507f9711d2b034389f7ecd723eb4f48cbc5e 100644
--- a/components/omnibox/omnibox_field_trial.h
+++ b/components/omnibox/omnibox_field_trial.h
@@ -250,15 +250,6 @@ class OmniboxFieldTrial {
static bool EnableAnswersInSuggest();
// ---------------------------------------------------------
- // For the DisplayHintTextWhenPossible experiment that's part of the
- // bundled omnibox field trial.
-
- // Returns true if the omnibox should display hint text (Search
- // <search engine> or type URL) when possible (i.e., the omnibox
- // is otherwise non-empty).
- static bool DisplayHintTextWhenPossible();
-
- // ---------------------------------------------------------
// For SearchProvider related experiments.
// Returns true if the search provider should not be caching results.
@@ -323,7 +314,6 @@ class OmniboxFieldTrial {
static const char kZeroSuggestRule[];
static const char kZeroSuggestVariantRule[];
static const char kAnswersInSuggestRule[];
- static const char kDisplayHintTextWhenPossibleRule[];
static const char kDisableResultsCachingRule[];
static const char kMeasureSuggestPollingDelayFromLastKeystrokeRule[];
static const char kSuggestPollingDelayMsRule[];
« no previous file with comments | « chrome/browser/ui/views/omnibox/omnibox_view_views.cc ('k') | components/omnibox/omnibox_field_trial.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698