| Index: chrome/browser/devtools/remote_debugging_server.cc
|
| diff --git a/chrome/browser/devtools/remote_debugging_server.cc b/chrome/browser/devtools/remote_debugging_server.cc
|
| index b916a307bbf30ab9ee92564ffcb38ac341ce9945..f93282d0cd67c70d691182b1edd8eb42ad69f3cc 100644
|
| --- a/chrome/browser/devtools/remote_debugging_server.cc
|
| +++ b/chrome/browser/devtools/remote_debugging_server.cc
|
| @@ -153,10 +153,8 @@ void RemoteDebuggingServer::EnableTetheringForDebug() {
|
| g_tethering_enabled.Get() = true;
|
| }
|
|
|
| -RemoteDebuggingServer::RemoteDebuggingServer(
|
| - chrome::HostDesktopType host_desktop_type,
|
| - const std::string& ip,
|
| - uint16_t port) {
|
| +RemoteDebuggingServer::RemoteDebuggingServer(const std::string& ip,
|
| + uint16_t port) {
|
| base::FilePath output_dir;
|
| if (!port) {
|
| // The client requested an ephemeral port. Must write the selected
|
|
|