Index: ui/web_dialogs/web_dialog_delegate.cc |
diff --git a/ui/web_dialogs/web_dialog_delegate.cc b/ui/web_dialogs/web_dialog_delegate.cc |
index d3688e04cbe27d7a0a6304ae0c2812d62bd66e90..e1191f6382d72ab23cead89b92718783a50eb961 100644 |
--- a/ui/web_dialogs/web_dialog_delegate.cc |
+++ b/ui/web_dialogs/web_dialog_delegate.cc |
@@ -18,6 +18,10 @@ bool WebDialogDelegate::CanCloseDialog() const { |
return true; |
} |
+bool WebDialogDelegate::CanResizeDialog() const { |
+ return true; |
+} |
+ |
void WebDialogDelegate::OnDialogCloseFromWebUI( |
const std::string& json_retval) { |
OnDialogClosed(json_retval); |