| Index: content/child/resource_dispatcher.h
|
| diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
|
| index 2f918eefb336257e036e9f2120721781bb92d4fa..5ca0a7398c935887f1e98efafa158a01ce615677 100644
|
| --- a/content/child/resource_dispatcher.h
|
| +++ b/content/child/resource_dispatcher.h
|
| @@ -149,6 +149,8 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
|
| return weak_factory_.GetWeakPtr();
|
| }
|
|
|
| + void OnTransferSizeUpdated(int request_id, int transfer_size_diff);
|
| +
|
| private:
|
| friend class URLResponseBodyConsumer;
|
| friend class ResourceDispatcherTest;
|
|
|