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

Unified Diff: net/url_request/url_request_http_job.h

Issue 8990001: base::Bind: Convert most of net/http. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clang. 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_http_job.h
diff --git a/net/url_request/url_request_http_job.h b/net/url_request/url_request_http_job.h
index c924e1cdb276e310f76f720171e363d099bcd162..44a09108f4bf8d81dafbbf4f0eb1146a7ae719ed 100644
--- a/net/url_request/url_request_http_job.h
+++ b/net/url_request/url_request_http_job.h
@@ -106,8 +106,7 @@ class URLRequestHttpJob : public URLRequestJob {
AuthState server_auth_state_;
AuthCredentials auth_credentials_;
- OldCompletionCallbackImpl<URLRequestHttpJob> start_callback_;
- OldCompletionCallbackImpl<URLRequestHttpJob> read_callback_;
+ CompletionCallback start_callback_;
CompletionCallback notify_before_headers_sent_callback_;
bool read_in_progress_;

Powered by Google App Engine
This is Rietveld 408576698