Index: chrome/browser/ui/blocked_content/blocked_content_container.h |
diff --git a/chrome/browser/ui/blocked_content/blocked_content_container.h b/chrome/browser/ui/blocked_content/blocked_content_container.h |
index fb41d224291d31f6c2f07669423778c6fb551d59..b6ecde9030aa876ac4808846bf210eaf336beb1d 100644 |
--- a/chrome/browser/ui/blocked_content/blocked_content_container.h |
+++ b/chrome/browser/ui/blocked_content/blocked_content_container.h |
@@ -94,6 +94,9 @@ class BlockedContentContainer : public BlockedContentTabHelperDelegate, |
// Ignored; BlockedContentContainer doesn't display a URL bar. |
virtual void UpdateTargetURL(TabContents* source, const GURL& url) {} |
+ // Always returns true. |
+ virtual bool ShouldSuppressDialogs(); |
+ |
// Maximum number of blocked contents we allow. No page should really need |
// this many anyway. If reached it typically means there is a compromised |
// renderer. |