Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(908)

Unified Diff: content/browser/loader/test_url_loader_client.h

Issue 2489793002: Use a proper URLLoaderAssociatedRequest in MojoAsyncResourceHandler tests (Closed)
Patch Set: fix Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698