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 dea93ce21b77d5c7560620f7530fbe541146854a..638f795294617660dd01b16fdfc437f7529bf703 100644 |
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h |
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h |
| @@ -320,6 +320,7 @@ class LocationBarView : public LocationBar, |
| bool ShouldShowKeywordBubble() const; |
| bool ShouldShowEVBubble() const; |
| + bool ShouldShowSecureVerbose() const; |
|
Peter Kasting
2016/07/19 21:17:21
This isn't a very good function name, because "sec
Kevin Bailey
2016/08/12 18:49:14
Done.
|
| // Used to "reverse" the URL showing/hiding animations, since we use separate |
| // animations whose curves are not true inverses of each other. Based on the |