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

Unified Diff: net/url_request/url_request_ftp_job.cc

Issue 10825073: Stop using ScopedAllowIO in content::ResourceDispatcherHostImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 4 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.cc
diff --git a/net/url_request/url_request_ftp_job.cc b/net/url_request/url_request_ftp_job.cc
index e910625bf98ac2648f65df171a10e714cd6e16f4..27021a33687bdad7255e681678f5e25f98de4f63 100644
--- a/net/url_request/url_request_ftp_job.cc
+++ b/net/url_request/url_request_ftp_job.cc
@@ -233,8 +233,8 @@ void URLRequestFtpJob::CancelAuth() {
weak_factory_.GetWeakPtr(), OK));
}
-uint64 URLRequestFtpJob::GetUploadProgress() const {
- return 0;
+UploadProgress URLRequestFtpJob::GetUploadProgress() const {
+ return UploadProgress();
}
bool URLRequestFtpJob::ReadRawData(IOBuffer* buf,

Powered by Google App Engine
This is Rietveld 408576698