| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| index 02a40a8ae55ab0262b2617ae229bb00f17b4a7f3..e2e75a1c0ec7f61a3442108407c5bd50be675c74 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| @@ -177,6 +177,8 @@ class LocationBarViewMac : public LocationBar,
|
|
|
| bool ShouldShowEVBubble() const;
|
|
|
| + bool ShouldShowExtensionBubble() const;
|
| +
|
| // Returns true if the security state decoration should be displayed. The
|
| // security state should only be shown for valid and invalid HTTPS states.
|
| bool ShouldShowSecurityState() const;
|
|
|