Commit da8e0e07 authored by Tommy C. Li's avatar Tommy C. Li Committed by Tommy Li

Omnibox: Disable Steady State Elisions by default for 71+.

Bug: NONE
Change-Id: Ibb8098e156f63a43b82b25d4ba84f43002d27911
Reviewed-on: https://chromium-review.googlesource.com/1236927
Commit-Queue: Tommy Li <tommycli@chromium.org>
Reviewed-by: default avatarTommy Li <tommycli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592935}
parent cea27bb0
......@@ -133,13 +133,8 @@ const base::Feature kUIExperimentElideSuggestionUrlAfterHost{
// Feature used to hide the scheme and trivial subdomains from steady state
// URLs displayed in the Omnibox. Hidden portions are restored during editing.
const base::Feature kUIExperimentHideSteadyStateUrlSchemeAndSubdomains{
"OmniboxUIExperimentHideSteadyStateUrlSchemeAndSubdomains",
#if defined(OS_IOS) || defined(OS_ANDROID)
base::FEATURE_DISABLED_BY_DEFAULT
#else
base::FEATURE_ENABLED_BY_DEFAULT
#endif
};
"OmniboxUIExperimentHideSteadyStateUrlSchemeAndSubdomains",
base::FEATURE_DISABLED_BY_DEFAULT};
// Feature used to jog the Omnibox textfield to align with the dropdown
// suggestions text when the popup is opened. When this feature is disabled, the
......
......@@ -2866,6 +2866,7 @@
"OmniboxNewAnswerLayout",
"OmniboxRichEntitySuggestions",
"OmniboxTailSuggestions",
"OmniboxUIExperimentHideSteadyStateUrlSchemeAndSubdomains",
"ZeroSuggestRedirectToChrome",
"ZeroSuggestSwapTitleAndUrl"
]
......
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