| 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 fcfd6076a8970cc5c13145643be3c3cbf8aac6a9..5adfd2da80fde9876a7037fd11b58734723296d2 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -322,7 +322,6 @@ class LocationBarView : public LocationBar,
|
| base::string16 GetSecurityText() const;
|
|
|
| bool ShouldShowKeywordBubble() const;
|
| - bool ShouldShowEVBubble() const;
|
|
|
| // Returns true when the current page is explicitly secure or insecure.
|
| // In these cases, we should show the state of the security chip.
|
| @@ -482,6 +481,7 @@ class LocationBarView : public LocationBar,
|
|
|
| // These allow toggling the verbose security state behavior via flags.
|
| bool should_show_secure_state_;
|
| + bool should_show_nonsecure_state_;
|
| bool should_animate_secure_state_;
|
| bool should_animate_nonsecure_state_;
|
|
|
|
|