Enable the search engine logo by default

Bug: 967960
Change-Id: I2fad7427977c15b19e914022cc6e4559be8e11e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303599
Reviewed-by: Justin Donnelly <[email protected]>
Commit-Queue: Brandon Wylie <[email protected]>
Cr-Commit-Position: refs/heads/master@{#792362}
diff --git a/components/omnibox/common/omnibox_features.cc b/components/omnibox/common/omnibox_features.cc
index 027236f..356c8f2 100644
--- a/components/omnibox/common/omnibox_features.cc
+++ b/components/omnibox/common/omnibox_features.cc
@@ -145,7 +145,7 @@
 // Show the search engine logo in the omnibox on Android (desktop already does
 // this).
 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.
 const base::Feature kOmniboxRemoveSuggestionsFromClipboard{