| Index: chrome/browser/ui/views/location_bar/location_bar_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| index b20c54f74a5ad531ffffc264dcd3d527e6b9d284..054f41df08471a99cbf8ae7d004e70a1c6d65257 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -480,6 +480,7 @@ class LocationBarView : public LocationBar,
|
| // These allow toggling the verbose security state behavior via flags.
|
| bool should_show_secure_state_;
|
| bool should_animate_secure_state_;
|
| + bool should_animate_nonsecure_state_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(LocationBarView);
|
| };
|
|
|