| Index: content/shell/browser/shell.cc
|
| diff --git a/content/shell/browser/shell.cc b/content/shell/browser/shell.cc
|
| index c31028f6b51be8852a329e7a70cc6220efb32a41..58b53e2d11ed169ca37c0c6a328bd1d2942510f1 100644
|
| --- a/content/shell/browser/shell.cc
|
| +++ b/content/shell/browser/shell.cc
|
| @@ -329,7 +329,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)
|
|
|