Chromium Code Reviews| Index: storage/browser/quota/quota_manager.h |
| diff --git a/storage/browser/quota/quota_manager.h b/storage/browser/quota/quota_manager.h |
| index d3f3a3f338f8c3ea860f2ed4e776628149c1cb29..052f5107114073e52fd988293aaebc1d17932433 100644 |
| --- a/storage/browser/quota/quota_manager.h |
| +++ b/storage/browser/quota/quota_manager.h |
| @@ -450,6 +450,11 @@ class STORAGE_EXPORT QuotaManager |
| const base::Callback<bool(QuotaDatabase*)>& task, |
| const base::Callback<void(bool)>& reply); |
| + static void CalculateTemporaryPoolSize( |
| + GetVolumeInfoFn get_vol_info_fn, |
| + const base::FilePath& profile_path, |
| + const QuotaCallback& callback, |
| + const scoped_refptr<base::TaskRunner>& reply_runner); |
|
jsbell
2016/03/23 18:08:29
Passing in a reply task runner seems odd. I'd expe
michaeln
2016/04/07 00:32:34
Done.
|
| static int64_t CallGetAmountOfFreeDiskSpace( |
| GetVolumeInfoFn get_vol_info_fn, |
| const base::FilePath& profile_path); |