Index: chrome/browser/cocoa/html_dialog_window_controller.mm |
diff --git a/chrome/browser/cocoa/html_dialog_window_controller.mm b/chrome/browser/cocoa/html_dialog_window_controller.mm |
index 87691fb6778c87585339c95cdec6b06a9184faaf..b959798a2cf2e3c9832fe8585758acce39f00cc2 100644 |
--- a/chrome/browser/cocoa/html_dialog_window_controller.mm |
+++ b/chrome/browser/cocoa/html_dialog_window_controller.mm |
@@ -265,8 +265,8 @@ void HtmlDialogWindowDelegateBridge::HandleKeyboardEvent( |
} |
- (void)loadDialogContents { |
- tabContents_.reset( |
- new TabContents(delegate_->profile(), NULL, MSG_ROUTING_NONE, NULL)); |
+ tabContents_.reset(new TabContents( |
+ delegate_->profile(), NULL, MSG_ROUTING_NONE, NULL, NULL)); |
[[self window] setContentView:tabContents_->GetNativeView()]; |
tabContents_->set_delegate(delegate_.get()); |