Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(901)

Unified Diff: chrome/browser/ui/content_settings/content_setting_image_model.h

Issue 23557004: Save password bubble pops up automatically (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Readding UpdatePostLayout Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
+ virtual bool ShouldShowBubbleOnBlockage();
+
ContentSettingsType get_content_settings_type() const {
return content_settings_type_;
}

Powered by Google App Engine
This is Rietveld 408576698