0
Files
src/content/browser/quota
Ayu Ishii d87daf562f Quota: Cleanup quota StorageType from blink
This change removes use of quota StorageType in blink and
cleans up some implementation code for requestQuota.
With persistent quota deprecation[1], requesting host quota
is no longer supported. All calls will return the minimum
of requested quota & total quota (existing behavior
for requesting quota for StorageType::kTemporary). This
change moves that logic from /content/browser/ to renderer.

Further cleanup in /storage/browser/quota to follow.

[1]https://crbug.com/1233525

Bug: 1353228
Change-Id: I93e4b9fe9e80459ebea9705ad3294d041ae0e7b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3956638
Reviewed-by: Ken Buchanan <kenrb@chromium.org>
Commit-Queue: Ayu Ishii <ayui@chromium.org>
Reviewed-by: Evan Stade <estade@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1060159}
2022-10-17 22:03:43 +00:00
..