| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| index de5c955e47e994fc9da4a40f5274865c7ee83f0e..e6b65c586ca4488156b4a9e429bf01c2201f8232 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| @@ -316,9 +316,13 @@ class LocationBarViewMac : public LocationBar,
|
| bool location_bar_visible_;
|
|
|
| // True if the HTTPS state should be displayed on the security state
|
| - // decoration.
|
| + // decoration. This does not apply to the EV cert.
|
| bool should_show_secure_verbose_;
|
|
|
| + // True if the non-secure state should be displayed on the security state
|
| + // decoration.
|
| + bool should_show_nonsecure_verbose_;
|
| +
|
| // True if the security state decoration should be animated for a secure
|
| // security level.
|
| bool should_animate_secure_verbose_;
|
|
|