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

Unified Diff: webkit/browser/fileapi/quota/quota_reservation.h

Issue 139833006: [FileAPI] Ignore requests after QuotaReservation::OnClientCrash call. (2/6) (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
« no previous file with comments | « no previous file | webkit/browser/fileapi/quota/quota_reservation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/fileapi/quota/quota_reservation.h
diff --git a/webkit/browser/fileapi/quota/quota_reservation.h b/webkit/browser/fileapi/quota/quota_reservation.h
index d534a0dcc2c91129a7b118ebd514266474e3b2a8..18fbcb422e906b4e6e81b9e7b8260e63685529bb 100644
--- a/webkit/browser/fileapi/quota/quota_reservation.h
+++ b/webkit/browser/fileapi/quota/quota_reservation.h
@@ -69,10 +69,11 @@ class WEBKIT_STORAGE_BROWSER_EXPORT QuotaReservation
int64 new_reserved_size,
const StatusCallback& callback,
base::PlatformFileError error);
- void DidUpdateReservedQuota(int64 new_reserved_size,
+ bool DidUpdateReservedQuota(int64 new_reserved_size,
const StatusCallback& callback,
base::PlatformFileError error);
+ bool client_crashed_;
bool running_refresh_request_;
int64 remaining_quota_;
« no previous file with comments | « no previous file | webkit/browser/fileapi/quota/quota_reservation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698