| Index: content/browser/loader/mojo_async_resource_handler.h
|
| diff --git a/content/browser/loader/mojo_async_resource_handler.h b/content/browser/loader/mojo_async_resource_handler.h
|
| index 57198253f79079312d11140009f7688ffa53a51e..bbe3370c67ad356736a6a3771ab2be1e35eff46a 100644
|
| --- a/content/browser/loader/mojo_async_resource_handler.h
|
| +++ b/content/browser/loader/mojo_async_resource_handler.h
|
| @@ -139,6 +139,7 @@ class CONTENT_EXPORT MojoAsyncResourceHandler
|
| bool did_defer_on_redirect_ = false;
|
| base::TimeTicks response_started_ticks_;
|
| int64_t reported_total_received_bytes_ = 0;
|
| + int64_t total_written_bytes_ = 0;
|
|
|
| // Pointer to parent's information about the read buffer. Only non-null while
|
| // OnWillRead is deferred.
|
|
|