Fix ClearBrowsingDataJob remote command on Windows
Because paths are case-insensitive on Windows, the DM server normalizes profile paths to lower-case when they are reported. This breaks the Clear Browsing Data remote command because it uses that path to find the profile into which it'll clear the data. This CL makes it so the path is compared in a case-insensitive manner on Windows in order to find the correct profile. Bug: 1159450 Change-Id: I07ebb206049ee848e1aae9e2059c3c69a4b367d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595728 Commit-Queue: anthonyvd <anthonyvd@chromium.org> Reviewed-by:Nicolas Ouellet-Payeur <nicolaso@chromium.org> Cr-Commit-Position: refs/heads/master@{#837754}
Showing
Please register or sign in to comment