| Index: third_party/WebKit/Source/devtools/scripts/hosted_mode/server.js
|
| diff --git a/third_party/WebKit/Source/devtools/scripts/hosted_mode/server.js b/third_party/WebKit/Source/devtools/scripts/hosted_mode/server.js
|
| index 3287785bff3073984a2b5a84cd18602d20ebff05..f821ba9a41a51dcbcc062d7fae9ea3e08680103f 100644
|
| --- a/third_party/WebKit/Source/devtools/scripts/hosted_mode/server.js
|
| +++ b/third_party/WebKit/Source/devtools/scripts/hosted_mode/server.js
|
| @@ -22,7 +22,7 @@ function requestHandler(request, response)
|
| {
|
| var filePath = parseURL(request.url).pathname;
|
| if (filePath === "/") {
|
| - var landingURL = `http://localhost:${remoteDebuggingPort}#http://localhost:${serverPort}/front_end/inspector.html?experiments=true`;
|
| + var landingURL = `http://localhost:${remoteDebuggingPort}#custom=true&experiments=true`;
|
| sendResponse(200, `<html>Please go to <a href="${landingURL}">${landingURL}</a></html>`);
|
| return;
|
| }
|
|
|