| Index: chrome/browser/debugger/devtools_window.cc
|
| diff --git a/chrome/browser/debugger/devtools_window.cc b/chrome/browser/debugger/devtools_window.cc
|
| index 71ce944aabfb4dd8ff4217064c1af9ca8df74dab..d142074c11620b2b72a88ffc32a04cdaaacca71c 100644
|
| --- a/chrome/browser/debugger/devtools_window.cc
|
| +++ b/chrome/browser/debugger/devtools_window.cc
|
| @@ -168,7 +168,7 @@ DevToolsWindow* DevToolsWindow::Create(
|
| bool shared_worker_frontend) {
|
| // Create TabContents with devtools.
|
| TabContents* tab_contents =
|
| - chrome::TabContentsFactory(profile, NULL, MSG_ROUTING_NONE, NULL, NULL);
|
| + chrome::TabContentsFactory(profile, NULL, MSG_ROUTING_NONE, NULL);
|
| tab_contents->web_contents()->GetRenderViewHost()->AllowBindings(
|
| content::BINDINGS_POLICY_WEB_UI);
|
| tab_contents->web_contents()->GetController().LoadURL(
|
| @@ -770,4 +770,3 @@ void DevToolsWindow::RunFileChooser(WebContents* web_contents,
|
| const FileChooserParams& params) {
|
| FileSelectHelper::RunFileChooser(web_contents, params);
|
| }
|
| -
|
|
|