Chromium Code Reviews| 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..652c592c647562c67558b74930f12e737bf7c678 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,12 @@ class LocationBarView : public LocationBar, |
| // during the last RefreshPageAction. |
| bool web_contents_null_at_last_refresh_; |
| + // From command line flag, should we show the state verbosely? |
| + bool should_show_secure_state_; |
| + |
| + // From command line flag, should we animate in the state? |
| + bool should_animate_secure_state_; |
|
Peter Kasting
2016/09/20 20:52:09
Nit: I'd just put these two together with a block
Kevin Bailey
2016/09/21 04:05:01
Done.
|
| + |
| DISALLOW_COPY_AND_ASSIGN(LocationBarView); |
| }; |