Chromium Code Reviews| Index: content/common/throttling_url_loader.h |
| diff --git a/content/common/throttling_url_loader.h b/content/common/throttling_url_loader.h |
| index bb15aefe4e638b5f7fa50e93e3a2d4942c996685..b6752f67d72a0f00ff052161e403959ecfbbe113 100644 |
| --- a/content/common/throttling_url_loader.h |
| +++ b/content/common/throttling_url_loader.h |
| @@ -69,6 +69,7 @@ class CONTENT_EXPORT ThrottlingURLLoader : public mojom::URLLoaderClient, |
| void FollowRedirect(); |
| void SetPriority(net::RequestPriority priority, int32_t intra_priority_value); |
| + void DisconnectClient(); |
|
jam
2017/07/21 21:42:34
please separate this from the other methods (which
ananta
2017/07/21 23:19:04
Done.
|
| private: |
| ThrottlingURLLoader( |