commit | 94358ba7e254e61fde117fdb487592b5dbcf771e | [log] [tgz] |
---|---|---|
author | Patrick Monette <pmonette@chromium.org> | Mon Jul 15 15:03:55 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 15 15:03:55 2024 |
tree | 29484ef6136c550d40eaf3be1e1282978106b90f | |
parent | e54cfbc725628719ed5436633f34af0c367e554b [diff] |
Reland "Modernize code calling GetLogicalDriveStrings()" This is a reland of commit a2c7b6a8c41589c1b82a21ee874e2713a35a390d This change contains a fix the unittests where the old name of a function was being used. Original change's description: > Modernize code calling GetLogicalDriveStrings() > > As part of updating chrome/browser/win/ to remove unsafe buffer > usage, ModuleLoadAttemptLogListener::UpdateDeviceToLetterPathMapping() > is changed to use base::SplitStringPiece(). > > In order to standardize the usage of GetLogicalDriveStrings(), > base::DevicePathToDriveLetterPath() is also modernized. > > Change-Id: I512e9083d21f4acf63d65d72d5523806b6d75367 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5691501 > Reviewed-by: danakj <danakj@chromium.org> > Commit-Queue: Patrick Monette <pmonette@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1327098} Change-Id: Id1ed2208577bb8690fbfd3591399dcedd55f662f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5704041 Reviewed-by: danakj <danakj@chromium.org> Commit-Queue: Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/main@{#1327503}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.