From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Fri, 8 Oct 2021 00:30:26 +0200 Subject: Disable lock icon in address bar by default License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html --- components/omnibox/common/omnibox_features.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/omnibox/common/omnibox_features.cc b/components/omnibox/common/omnibox_features.cc --- a/components/omnibox/common/omnibox_features.cc +++ b/components/omnibox/common/omnibox_features.cc @@ -466,8 +466,8 @@ BASE_FEATURE(kOmniboxModernizeVisualUpdate, // used, on non-Android platforms this is controlled through the // ChromeRefresh2023 flag. BASE_FEATURE(kUpdatedConnectionSecurityIndicators, - "OmniboxUpdatedConnectionSecurityIndicators", - base::FEATURE_ENABLED_BY_DEFAULT); + "OmniboxUpdatedConnectionSecurityIndicators", // enabled by default + base::FEATURE_ENABLED_BY_DEFAULT); // in Bromite // Feature used to default typed navigations to use HTTPS instead of HTTP. // This only applies to navigations that don't have a scheme such as -- 2.25.1