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 c04d923f0c1dd9fb68eff2db3daa3705b962704e..c6a261e57d03d61344fd56b026f9ad0d5f788844 100644 |
--- a/chrome/browser/ui/blocked_content/blocked_content_container.h |
+++ b/chrome/browser/ui/blocked_content/blocked_content_container.h |
@@ -80,8 +80,7 @@ class BlockedContentContainer : public BlockedContentTabHelperDelegate, |
// Changes the opening rectangle associated with |source|. |
virtual void MoveContents(TabContents* source, const gfx::Rect& new_bounds); |
- // Always returns true. |
- virtual bool IsPopup(const TabContents* source) const; |
+ virtual bool IsPopupOrPanel(const TabContents* source) const OVERRIDE; |
// Always returns true. |
virtual bool ShouldSuppressDialogs(); |