commit | 09f67035b2e48e3c5d35b1796dd1834282907f60 | [log] [tgz] |
---|---|---|
author | Ayu Ishii <ayui@chromium.org> | Wed Mar 19 19:47:33 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 19 19:47:33 2025 |
tree | 43d4c9cae8240835b777ab9eae616a2f9347e1de | |
parent | 78051cb92c8b438dfb373e639a1caab0d8f50c61 [diff] |
Quota: Cleanup StorageType from QuotaClients This change removes usages of StorageType in QuotaClient methods. After StorageType::kSyncable deprecation, all other storage types except kTemporary are deprecated. So we no longer need to specify StorageType. Data that was previously associated with kSyncable is now part of kTemporary. Main part of this change is in quota_client.mojom and updates all overrides and callers of impacted methods. Bug: 40211051 Change-Id: I000a457346dd1e383c6252dfa22c75cfd3c6e721 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6368800 Reviewed-by: Ken Buchanan <kenrb@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@{#1435031}
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.