Chromium Code Reviews| Index: storage/browser/quota/quota_callbacks.h |
| diff --git a/storage/browser/quota/quota_callbacks.h b/storage/browser/quota/quota_callbacks.h |
| index 298f2696cd05876da583d68519a0582b2e9bb925..d5d72ac329ba21bbd5d6ff387c270ca92deba3c7 100644 |
| --- a/storage/browser/quota/quota_callbacks.h |
| +++ b/storage/browser/quota/quota_callbacks.h |
| @@ -31,6 +31,7 @@ typedef base::Callback<void(QuotaStatusCode)> StatusCallback; |
| typedef base::Callback<void(const std::set<GURL>& origins, |
| StorageType type)> GetOriginsCallback; |
| typedef base::Callback<void(const UsageInfoEntries&)> GetUsageInfoCallback; |
| +typedef base::Callback<void(const GURL&)> GetEvictionOriginCallback; |
|
michaeln
2015/07/23 02:22:32
maybe make it completely generic GetOriginCallback
calamity
2015/07/28 01:07:59
Done.
|
| // Simple template wrapper for a callback queue. |
| template <typename CallbackType, typename... Args> |