DevTools: Remove check for windows path forward slashes
This fixes issue #958651 Workspace name includes full URL on Windows. The removed check causes the problem because on windows the file path has already been normalized to file path URLs like: file://C:/example but the check was added assuming on windows file paths would look like: C:\\example which has not been the case since https://crrev.com/cf0a07b13661965f1c3df642306850b69cfeda8c Screenshot: https://i.imgur.com/py7oc8u.png Bug: 958651 Change-Id: I4eca2b29df0f550f3dc952e33b4782273b2e76a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658680Reviewed-by:Erik Luo <luoe@chromium.org> Commit-Queue: John Emau <johnemau@microsoft.com> Cr-Commit-Position: refs/heads/master@{#676648}
Showing
Please register or sign in to comment