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 e1191f6382d72ab23cead89b92718783a50eb961..8020c555e7287f1c126e308a9db7ffae3267ecc1 100644 |
--- a/ui/web_dialogs/web_dialog_delegate.cc |
+++ b/ui/web_dialogs/web_dialog_delegate.cc |
@@ -48,4 +48,8 @@ bool WebDialogDelegate::HandleAddNewContents( |
return false; |
} |
+bool WebDialogDelegate::HandleShouldCreateWebContents() { |
+ return true; |
+} |
+ |
} // namespace ui |