| 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 15b7d2f314b38e055ccc45acbe2e7ef9105cd152..7e690e9a1e2321daf6a94a1d8cd3b928410c3030 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
|
| @@ -121,8 +121,8 @@ LocationBarViewMac::LocationBarViewMac(AutocompleteTextField* field,
|
| new ManagePasswordsDecoration(command_updater, this)),
|
| browser_(browser),
|
| location_bar_visible_(true),
|
| - should_show_secure_verbose_(false),
|
| - should_animate_security_verbose_(false),
|
| + should_show_secure_verbose_(true),
|
| + should_animate_security_verbose_(true),
|
| is_width_available_for_security_verbose_(false),
|
| weak_ptr_factory_(this) {
|
| ScopedVector<ContentSettingImageModel> models =
|
|
|