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

Unified Diff: net/url_request/url_request_ftp_job.h

Issue 2298823002: Resetting the HttpRequestInfo pointers in HttpNetworkTransaction and streams (Closed)
Patch Set: Rebased, removed upload progress plumbing, feedback. (Rebased till refs/heads/master@{#417381}) Created 4 years, 3 months 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: net/url_request/url_request_ftp_job.h
diff --git a/net/url_request/url_request_ftp_job.h b/net/url_request/url_request_ftp_job.h
index 35d6593a8d4ca33c92719f9536ac356f7fc59d4d..d48d82d2068f1d0de37a47b6205a12e6c4c475eb 100644
--- a/net/url_request/url_request_ftp_job.h
+++ b/net/url_request/url_request_ftp_job.h
@@ -70,8 +70,6 @@ class NET_EXPORT_PRIVATE URLRequestFtpJob : public URLRequestJob {
void SetAuth(const AuthCredentials& credentials) override;
void CancelAuth() override;
- // TODO(ibrar): Yet to give another look at this function.
- UploadProgress GetUploadProgress() const override;
int ReadRawData(IOBuffer* buf, int buf_size) override;
void HandleAuthNeededResponse();

Powered by Google App Engine
This is Rietveld 408576698