| Index: content/child/url_loader_client_impl.h
|
| diff --git a/content/child/url_loader_client_impl.h b/content/child/url_loader_client_impl.h
|
| index 7ebf3a272c83cc1b19b2db06887f702e44c88c63..8b868e577dc61266d45ff36f49086583624508d0 100644
|
| --- a/content/child/url_loader_client_impl.h
|
| +++ b/content/child/url_loader_client_impl.h
|
| @@ -61,6 +61,9 @@ class CONTENT_EXPORT URLLoaderClientImpl final : public mojom::URLLoaderClient {
|
| void OnReceiveRedirect(const net::RedirectInfo& redirect_info,
|
| const ResourceResponseHead& response_head) override;
|
| void OnDataDownloaded(int64_t data_len, int64_t encoded_data_len) override;
|
| + void OnUploadProgress(int64_t current_position,
|
| + int64_t total_size,
|
| + const base::Closure& ack_callback) override;
|
| void OnReceiveCachedMetadata(const std::vector<uint8_t>& data) override;
|
| void OnTransferSizeUpdated(int32_t transfer_size_diff) override;
|
| void OnStartLoadingResponseBody(
|
|
|