commit | b3afc84ed7382a0e3a2e6db17d517fd3e0e36232 | [log] [tgz] |
---|---|---|
author | Victor Costan <pwnall@chromium.org> | Wed Jun 17 20:22:29 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jun 17 20:22:29 2020 |
tree | 0fe1d3eb8b728a2bb2c7e6f463ff0d63fa9c6f39 | |
parent | 25e3ecb136ba4642809645f07f6f74628bc282ff [diff] |
IndexedDB: Remove unnecessary StorageType handling in QuotaClient. QuotaClient's methods will only be called with a StorageType in the list of types provided to QuotaManager::RegisterClient(). IndexedDB only provides kTemporary, like all modern storage APIs. Therefore, its QuotaClient implementation does not need to handle other StorageType values. Bug: 1016065 Change-Id: Ic3570a0b19bd4cb8d2dddc68a7841fbfb8c21a6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249382 Reviewed-by: Jarryd Goodman <jarrydg@chromium.org> Commit-Queue: Jarryd Goodman <jarrydg@chromium.org> Auto-Submit: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#779442}
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.
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.