commit | 6ecd458052d2e5dd2db792116ba5b7ba9dcf3ef9 | [log] [tgz] |
---|---|---|
author | Ayu Ishii <ayui@chromium.org> | Fri Feb 28 19:05:45 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 28 19:05:45 2025 |
tree | 971a0b24a90f89fcb3f6c5c1ffa8d682c8541a8f | |
parent | 51b6662c403030d13567ae1e597e182e247522ed [diff] |
Quota: Cleanup StorageType in QuotaManagerProxy This change removes some usages of StorageType in QuotaManagerProxy. After StorageType::kSyncable deprecation, all other storage types except kTemporary are deprecated. So we no longer need to specify StorageType. Further cleanup to remove usage from QuotaManager, QuotaDatabase, etc. will follow. Bug: 40211051 Change-Id: Iba5caa5aefcc346cbcf9e7aac3f05ab33ca53d61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6306646 Reviewed-by: Bo Liu <boliu@chromium.org> Commit-Queue: Ayu Ishii <ayui@chromium.org> Reviewed-by: Tsuyoshi Horo <horo@chromium.org> Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/main@{#1426466}
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.