| 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 49fc5998006d3e58ee6a19145696b347116e1172..dc24665dc2823a10f6935b0c49ed17200f30b6b8 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -481,6 +481,10 @@ class LocationBarView : public LocationBar,
|
| // during the last RefreshPageAction.
|
| bool web_contents_null_at_last_refresh_;
|
|
|
| + // These allow toggling the verbose security state behavior via flags.
|
| + bool should_show_secure_state_;
|
| + bool should_animate_secure_state_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(LocationBarView);
|
| };
|
|
|
|
|