| Index: chrome/browser/ui/content_settings/content_setting_image_model.h
|
| diff --git a/chrome/browser/ui/content_settings/content_setting_image_model.h b/chrome/browser/ui/content_settings/content_setting_image_model.h
|
| index 0b8da62c565664a05858285021036943f5db8336..725aa26c22651ff2e88bfee1d1f0096e964d4266 100644
|
| --- a/chrome/browser/ui/content_settings/content_setting_image_model.h
|
| +++ b/chrome/browser/ui/content_settings/content_setting_image_model.h
|
| @@ -28,6 +28,10 @@ class ContentSettingImageModel {
|
| // update its visibility, icon and tooltip.
|
| virtual void UpdateFromWebContents(content::WebContents* web_contents) = 0;
|
|
|
| + // Returns true if the icon should automatically show its bubble as part of
|
| + // indicating that the relevant content was blocked.
|
| + virtual bool ShouldShowBubbleOnBlockage();
|
| +
|
| ContentSettingsType get_content_settings_type() const {
|
| return content_settings_type_;
|
| }
|
|
|