| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| index 6f036c27616d46d2971a38456cbc8a76918b5414..e9ee2d4e03892ccd3de193edba3f4aa3b06a39d0 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| @@ -688,6 +688,7 @@ bool LocationBarViewMac::ShouldShowSecurityState() const {
|
| GetToolbarModel()->GetSecurityLevel(false);
|
| bool has_verbose_for_security =
|
| security == security_state::SecurityStateModel::DANGEROUS ||
|
| + security == security_state::SecurityStateModel::HTTP_SHOW_WARNING ||
|
| (IsSecureConnection(security) && should_show_secure_verbose_);
|
|
|
| return has_verbose_for_security && !omnibox_view_->IsEditingOrEmpty() &&
|
|
|