| Index: content/browser/loader/test_url_loader_client.h
|
| diff --git a/content/browser/loader/test_url_loader_client.h b/content/browser/loader/test_url_loader_client.h
|
| index 16d5f896cd04de7ba97455d9d146f2031362e2b4..31790781f9c94a3a3962f18c9c7532ca810a5e91 100644
|
| --- a/content/browser/loader/test_url_loader_client.h
|
| +++ b/content/browser/loader/test_url_loader_client.h
|
| @@ -41,11 +41,6 @@ class TestURLLoaderClient final : public mojom::URLLoaderClient {
|
| const ResourceRequestCompletionStatus& completion_status() const {
|
| return completion_status_;
|
| }
|
| - // Creates an AssociatedPtrInfo which is a proxy for |*this| and returns it.
|
| - // The returned PtrInfo is marked as local, i.e., expected to be bound
|
| - // locally.
|
| - mojom::URLLoaderClientAssociatedPtrInfo CreateLocalAssociatedPtrInfo();
|
| -
|
| int64_t download_data_length() const { return download_data_length_; }
|
| int64_t encoded_download_data_length() const {
|
| return encoded_download_data_length_;
|
|
|