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

Unified Diff: net/url_request/url_request_ftp_job.h

Issue 2330983002: Removes get upload progress plumbing. URLRequest queries the UploadDataStream directly. (Closed)
Patch Set: Feedback incorporated. 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
« no previous file with comments | « net/url_request/url_request.cc ('k') | net/url_request/url_request_ftp_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « net/url_request/url_request.cc ('k') | net/url_request/url_request_ftp_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698