Index: chrome/browser/ui/blocked_content/blocked_content_container.cc |
diff --git a/chrome/browser/ui/blocked_content/blocked_content_container.cc b/chrome/browser/ui/blocked_content/blocked_content_container.cc |
index ab4fc117f9ac028ce58f2107f5bd2f02b707f72c..fb22816591ed1af643c5df61b588a11556c11a1c 100644 |
--- a/chrome/browser/ui/blocked_content/blocked_content_container.cc |
+++ b/chrome/browser/ui/blocked_content/blocked_content_container.cc |
@@ -161,7 +161,7 @@ void BlockedContentContainer::MoveContents(TabContents* source, |
} |
} |
-bool BlockedContentContainer::IsPopup(const TabContents* source) const { |
+bool BlockedContentContainer::IsPopupOrPanel(const TabContents* source) const { |
// Assume everything added is a popup. This may turn out to be wrong, but |
// callers don't cache this information so it should be fine if the value ends |
// up changing. |