| Index: content/shell/shell_devtools_delegate.cc
|
| diff --git a/content/shell/shell_devtools_delegate.cc b/content/shell/shell_devtools_delegate.cc
|
| index 210d64682f6f56aaf85deead5b66b671fd7d933d..2d7b15ef30b5c0c654e9a97e9f41738a434da5d3 100644
|
| --- a/content/shell/shell_devtools_delegate.cc
|
| +++ b/content/shell/shell_devtools_delegate.cc
|
| @@ -34,7 +34,7 @@ net::StreamListenSocketFactory* CreateSocketFactory() {
|
| switches::kRemoteDebuggingSocketName);
|
| }
|
| return new net::UnixDomainSocketWithAbstractNamespaceFactory(
|
| - socket_name, base::Bind(&content::CanUserConnectToDevTools));
|
| + socket_name, "", base::Bind(&content::CanUserConnectToDevTools));
|
| #else
|
| // See if the user specified a port on the command line (useful for
|
| // automation). If not, use an ephemeral port by specifying 0.
|
|
|