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

Unified Diff: net/url_request/url_request_ftp_job.cc

Issue 5794003: Deinline even more destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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_ftp_job.h ('k') | webkit/glue/plugins/pepper_class.h » ('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.cc
diff --git a/net/url_request/url_request_ftp_job.cc b/net/url_request/url_request_ftp_job.cc
index 6eb09e09d5ccea7a899380cec8af8fe8f43d563b..ea9b23c827b670077ddf1d99a9bcf8e608417edb 100644
--- a/net/url_request/url_request_ftp_job.cc
+++ b/net/url_request/url_request_ftp_job.cc
@@ -121,6 +121,10 @@ void URLRequestFtpJob::CancelAuth() {
&URLRequestFtpJob::OnStartCompleted, OK));
}
+uint64 URLRequestFtpJob::GetUploadProgress() const {
+ return 0;
+}
+
bool URLRequestFtpJob::ReadRawData(IOBuffer* buf,
int buf_size,
int *bytes_read) {
« no previous file with comments | « net/url_request/url_request_ftp_job.h ('k') | webkit/glue/plugins/pepper_class.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698