Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(416)

Unified Diff: content/browser/renderer_host/pepper/quota_reservation.cc

Issue 100963005: [Pepper] Handle plugin crash on QuotaReservation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698