Index: content/browser/renderer_host/pepper/quota_reservation.h |
diff --git a/content/browser/renderer_host/pepper/quota_reservation.h b/content/browser/renderer_host/pepper/quota_reservation.h |
index bd7e0eac5842f6c356fd9eb48360af878e44d976..36ffdb3f6e4d50372983b65479852673ea736276 100644 |
--- a/content/browser/renderer_host/pepper/quota_reservation.h |
+++ b/content/browser/renderer_host/pepper/quota_reservation.h |
@@ -55,6 +55,11 @@ class CONTENT_EXPORT QuotaReservation |
void ReserveQuota(int64_t amount, |
const OffsetMap& max_written_offsets, |
const ReserveQuotaCallback& callback); |
+ |
+ // Notifies underlying QuotaReservation that the associated client crashed, |
+ // and that the reserved quota is no longer traceable. |
+ void OnClientCrash(); |
+ |
private: |
friend class base::RefCountedThreadSafe<QuotaReservation, |
QuotaReservationDeleter>; |