| Index: content/child/resource_dispatcher.h
|
| diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
|
| index 39557b29e31b4a9adc6eca7739ddd4ba0c38df2c..8e4c2129840d97bdbc47aafd185b823b7174b0ee 100644
|
| --- a/content/child/resource_dispatcher.h
|
| +++ b/content/child/resource_dispatcher.h
|
| @@ -153,6 +153,7 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
|
| void OnTransferSizeUpdated(int request_id, int32_t transfer_size_diff);
|
|
|
| private:
|
| + friend class URLLoaderClientImpl;
|
| friend class URLResponseBodyConsumer;
|
| friend class ResourceDispatcherTest;
|
|
|
|
|