Index: content/shell/browser/shell.cc |
diff --git a/content/shell/browser/shell.cc b/content/shell/browser/shell.cc |
index 78ca3d700e6bb6299d38e6dfcf5021571cf0d206..e26e1acb347efbde8547003e68e3e07cc0b7d324 100644 |
--- a/content/shell/browser/shell.cc |
+++ b/content/shell/browser/shell.cc |
@@ -330,7 +330,8 @@ void Shell::DidNavigateMainFramePostCommit(WebContents* web_contents) { |
PlatformSetAddressBarURL(web_contents->GetLastCommittedURL()); |
} |
-JavaScriptDialogManager* Shell::GetJavaScriptDialogManager() { |
+JavaScriptDialogManager* Shell::GetJavaScriptDialogManager( |
+ WebContents* source) { |
if (!dialog_manager_) { |
const CommandLine& command_line = *CommandLine::ForCurrentProcess(); |
dialog_manager_.reset(command_line.HasSwitch(switches::kDumpRenderTree) |