Commit e480f825 authored by Brandon Wylie's avatar Brandon Wylie Committed by Commit Bot

Enable the search engine logo by default

Bug: 967960
Change-Id: I2fad7427977c15b19e914022cc6e4559be8e11e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303599Reviewed-by: default avatarJustin Donnelly <jdonnelly@chromium.org>
Commit-Queue: Brandon Wylie <wylieb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792362}
parent 901236f1
...@@ -145,7 +145,7 @@ const base::Feature kOmniboxDisableInstantExtendedLimit{ ...@@ -145,7 +145,7 @@ const base::Feature kOmniboxDisableInstantExtendedLimit{
// Show the search engine logo in the omnibox on Android (desktop already does // Show the search engine logo in the omnibox on Android (desktop already does
// this). // this).
const base::Feature kOmniboxSearchEngineLogo{"OmniboxSearchEngineLogo", const base::Feature kOmniboxSearchEngineLogo{"OmniboxSearchEngineLogo",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
// Feature used to allow users to remove suggestions from clipboard. // Feature used to allow users to remove suggestions from clipboard.
const base::Feature kOmniboxRemoveSuggestionsFromClipboard{ const base::Feature kOmniboxRemoveSuggestionsFromClipboard{
......
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