commit | e480f82536aa48cc325ea142429e5b42291e3513 | [log] [tgz] |
---|---|---|
author | Brandon Wylie <[email protected]> | Tue Jul 28 19:25:01 2020 |
committer | Commit Bot <[email protected]> | Tue Jul 28 19:25:01 2020 |
tree | d1fd29cec6f7979226ea77e9a763c00720ef8b05 | |
parent | 901236f1deb9413996773af4cc1800da28a49e73 [diff] [blame] |
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{