Index: content/browser/renderer_host/pepper/quota_reservation.cc |
diff --git a/content/browser/renderer_host/pepper/quota_reservation.cc b/content/browser/renderer_host/pepper/quota_reservation.cc |
index d928f23c526299a343716367693711e590ad78e2..018fdfd2efc5730118eaa8e9547537ba115fdf24 100644 |
--- a/content/browser/renderer_host/pepper/quota_reservation.cc |
+++ b/content/browser/renderer_host/pepper/quota_reservation.cc |
@@ -93,6 +93,10 @@ void QuotaReservation::ReserveQuota( |
callback)); |
} |
+void QuotaReservation::OnClientCrash() { |
+ quota_reservation_->OnClientCrash(); |
+} |
+ |
void QuotaReservation::GotReservedQuota( |
const ReserveQuotaCallback& callback, |
base::PlatformFileError error) { |