Chromium Code Reviews| Index: content/shell/shell_devtools_delegate_android.cc |
| =================================================================== |
| --- content/shell/shell_devtools_delegate_android.cc (revision 151267) |
| +++ content/shell/shell_devtools_delegate_android.cc (working copy) |
| @@ -28,6 +28,7 @@ |
| namespace content { |
| ShellDevToolsDelegate::ShellDevToolsDelegate( |
| + int port, |
| net::URLRequestContextGetter* context_getter) |
| : context_getter_(context_getter) { |
| devtools_http_handler_ = DevToolsHttpHandler::Start( |