summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc')
-rw-r--r--chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc b/chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc
index c9c2dcb..2bc1ef0 100644
--- a/chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc
+++ b/chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc
@@ -83,7 +83,8 @@ void HtmlDialogTabContentsDelegate::AddNewContents(
}
}
-bool HtmlDialogTabContentsDelegate::IsPopup(const TabContents* source) const {
+bool HtmlDialogTabContentsDelegate::IsPopupOrPanel(
+ const TabContents* source) const {
// This needs to return true so that we are allowed to be resized by our
// contents.
return true;