| 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 9bdf3cdbb7be7e1b2ccfe3b42b827638c60a16d8..6f4cab9db7c1c7f0cddb7be27a064fa12fd8013d 100644
|
| --- a/third_party/WebKit/Source/devtools/scripts/hosted_mode/server.js
|
| +++ b/third_party/WebKit/Source/devtools/scripts/hosted_mode/server.js
|
| @@ -82,6 +82,7 @@ function requestHandler(request, response)
|
| var proxyFilePathToURL = {
|
| "/front_end/SupportedCSSProperties.js": cloudURL.bind(null, "SupportedCSSProperties.js"),
|
| "/front_end/InspectorBackendCommands.js": cloudURL.bind(null, "InspectorBackendCommands.js"),
|
| + "/front_end/CurrentBrowserVersion.js": cloudURL.bind(null, "CurrentBrowserVersion.js"),
|
| "/favicon.ico": () => "https://chrome-devtools-frontend.appspot.com/favicon.ico"
|
| };
|
|
|
|
|