| Index: chrome/browser/ui/webui/constrained_web_dialog_delegate_base.cc
|
| diff --git a/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.cc b/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.cc
|
| index 2b9d325b5d0e923cd21a4715a8779635c9877bb9..7ef82676481fa8a0627735e336571756d8f458e6 100644
|
| --- a/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.cc
|
| +++ b/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.cc
|
| @@ -33,7 +33,7 @@ ConstrainedWebDialogDelegateBase::ConstrainedWebDialogDelegateBase(
|
| release_tab_on_close_(false) {
|
| CHECK(delegate);
|
| WebContents* web_contents =
|
| - WebContents::Create(profile, NULL, MSG_ROUTING_NONE, NULL, NULL);
|
| + WebContents::Create(profile, NULL, MSG_ROUTING_NONE, NULL);
|
| tab_.reset(new TabContents(web_contents));
|
| if (tab_delegate) {
|
| override_tab_delegate_.reset(tab_delegate);
|
|
|