| 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_;
|
|
|
|
|