commit | 24d069f0337936ed4a548dfb1937ecb5efbedbb0 | [log] [tgz] |
---|---|---|
author | Avi Drissman <avi@chromium.org> | Mon Mar 31 20:01:20 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 31 20:01:20 2025 |
tree | e6ef7c1fb2b0569faca5ac9b3feb7d4fc488f5c0 | |
parent | 6326f3c8509e71636a01ebb9c22274e2ffd58fe1 [diff] |
Remove redundant code DriveMetricsProvider::HasSeekPenalty is entirely subsumed by base::DriveInfo. base::DriveInfo contains all the information that HasSeekPenalty returns, and more. It uses exactly the same code, and implements TODOs that HasSeekPenalty contains. There's no need to keep redundant code. Bug: none Change-Id: I0184267873d01ec6dd1e731e9c9894f3490f8dba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6408794 Commit-Queue: Sean Maher <spvw@chromium.org> Reviewed-by: Sean Maher <spvw@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by: Luc Nguyen <lucnguyen@google.com> Cr-Commit-Position: refs/heads/main@{#1440496}
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.