forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the PERSISTENT filesystem use temporary quota.
This CL also adds support in BarrierCallback for running done_callbacks that take a `const std::vector<T>&` of results, rather than a std::vector<T>; and also adds support for use with RepeatingCallbacks whose parameter T is a const and/or reference. Persistent Quota I2D: https://groups.google.com/u/1/a/chromium.org/g/blink-dev/c/ziTjKMdOqz8 Bug: 1233525 Change-Id: I005b5b9329692f13a7b16f9bdb8e4be462c6fcc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3052556 Commit-Queue: Chris Fredrickson <cfredric@chromium.org> Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#913064}
- Loading branch information
Showing
12 changed files
with
294 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.