Chromium Code Reviews| 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..355dacf13c5dcbd46da98942d3b0b28b3a022b36 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 whether a bubble should be shown when a blockage for a content |
| + // setting is indicated. |
|
Peter Kasting
2013/09/05 06:55:19
Nit: Active voice:
Returns true if the icon shoul
npentrel
2013/09/05 08:28:09
Done.
|
| + virtual bool ShouldShowBubbleOnBlockage(); |
| + |
| ContentSettingsType get_content_settings_type() const { |
| return content_settings_type_; |
| } |