| 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 1300cc9bd0fefa087e483c08fd2c6d95ccf418bc..03fb8f5271b5873ec09b13c7eacb1cf63b7e1ad1 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
|
| @@ -319,6 +319,10 @@ class LocationBarViewMac : public LocationBar,
|
| // state decoration.
|
| 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 changes in
|
| // the security level.
|
| bool should_animate_security_verbose_;
|
|
|