| 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 1d3a1030c88873e201110a90e880ef9e7240ddf0..98205d5c9bae054b35230e5e9b93fd72bfbab8c0 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;
|
|
|