Commit 20b1da2d authored by Tommy C. Li's avatar Tommy C. Li Committed by Commit Bot

[omnibox] Enable Clock icon and placeholder text features by default

We are pretty confident about these features, so we are enabling these
on ToT by default.

Bug: 958655
Change-Id: I41b6e337259a1d4559fcefb9b2b504992a66fdee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1706611Reviewed-by: default avatarmanuk hovanesian <manukh@chromium.org>
Commit-Queue: Tommy Li <tommycli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#678327}
parent 16c93fe2
...@@ -149,7 +149,7 @@ const base::Feature kOmniboxSuggestionTransparencyOptions{ ...@@ -149,7 +149,7 @@ const base::Feature kOmniboxSuggestionTransparencyOptions{
// other search suggestions provided by the default search provider. This // other search suggestions provided by the default search provider. This
// feature is a narrow subset of kOmniboxSuggestionTransparencyOptions. // feature is a narrow subset of kOmniboxSuggestionTransparencyOptions.
const base::Feature kOmniboxUICuesForSearchHistoryMatches{ const base::Feature kOmniboxUICuesForSearchHistoryMatches{
"OmniboxUICuesForSearchHistoryMatches", base::FEATURE_DISABLED_BY_DEFAULT}; "OmniboxUICuesForSearchHistoryMatches", base::FEATURE_ENABLED_BY_DEFAULT};
// Feature that shows an alternate separator before the description of // Feature that shows an alternate separator before the description of
// omnibox matches. In English, this changes the separator from '-' to '|'. // omnibox matches. In English, this changes the separator from '-' to '|'.
...@@ -240,7 +240,7 @@ const base::Feature kUIExperimentVerticalMarginLimitToNonTouchOnly{ ...@@ -240,7 +240,7 @@ const base::Feature kUIExperimentVerticalMarginLimitToNonTouchOnly{
// are exceptions in this regard and this experiment makes this more consistent. // are exceptions in this regard and this experiment makes this more consistent.
const base::Feature kUIExperimentShowPlaceholderWhenCaretShowing{ const base::Feature kUIExperimentShowPlaceholderWhenCaretShowing{
"OmniboxUIExperimentShowPlaceholderWhenCaretShowing", "OmniboxUIExperimentShowPlaceholderWhenCaretShowing",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
// Feature used to enable speculatively starting a service worker associated // Feature used to enable speculatively starting a service worker associated
// with the destination of the default match when the user's input looks like a // with the destination of the default match when the user's input looks like a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment