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

Unified Diff: net/url_request/url_request_ftp_job.h

Issue 8824006: Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: small win fix Created 9 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
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 bbec2b2580390eec43ca2cffa262b6deb4cb4656..05def33c4b21cc66279e7eb4f3fb4090d9b063c1 100644
--- a/net/url_request/url_request_ftp_job.h
+++ b/net/url_request/url_request_ftp_job.h
@@ -63,9 +63,6 @@ class URLRequestFtpJob : public URLRequestJob {
FtpRequestInfo request_info_;
scoped_ptr<FtpTransaction> transaction_;
- OldCompletionCallbackImpl<URLRequestFtpJob> start_callback_;
- OldCompletionCallbackImpl<URLRequestFtpJob> read_callback_;
-
bool read_in_progress_;
scoped_refptr<AuthData> server_auth_;
@@ -74,7 +71,7 @@ class URLRequestFtpJob : public URLRequestJob {
// before us.
scoped_refptr<const URLRequestContext> context_;
- ScopedRunnableMethodFactory<URLRequestFtpJob> method_factory_;
+ base::WeakPtrFactory<URLRequestFtpJob> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(URLRequestFtpJob);
};

Powered by Google App Engine
This is Rietveld 408576698