| 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 84bc25e89e74af5b616bfeacd479c866cf02b7ea..99ea3f71e218ced0a6940d59006d7f4919a4d650 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.
|
| @@ -479,6 +478,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_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(LocationBarView);
|
|
|