Index: chrome/browser/ui/cocoa/web_dialog_window_controller.mm |
diff --git a/chrome/browser/ui/cocoa/web_dialog_window_controller.mm b/chrome/browser/ui/cocoa/web_dialog_window_controller.mm |
index 7376667034bd8401adbc1226d62a42717c84bfac..733154fedc3ec6081c4d87bd5317ee3e866012a0 100644 |
--- a/chrome/browser/ui/cocoa/web_dialog_window_controller.mm |
+++ b/chrome/browser/ui/cocoa/web_dialog_window_controller.mm |
@@ -339,7 +339,7 @@ void WebDialogWindowDelegateBridge::HandleKeyboardEvent( |
- (void)loadDialogContents { |
tabContents_.reset(new TabContents(WebContents::Create( |
- delegate_->browser_context(), NULL, MSG_ROUTING_NONE, NULL, NULL))); |
+ delegate_->browser_context(), NULL, MSG_ROUTING_NONE, NULL))); |
[[self window] |
setContentView:tabContents_->web_contents()->GetNativeView()]; |
tabContents_->web_contents()->SetDelegate(delegate_.get()); |