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

Unified Diff: net/http/http_stream_factory_impl_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/http/http_stream_factory_impl_job.h
diff --git a/net/http/http_stream_factory_impl_job.h b/net/http/http_stream_factory_impl_job.h
index 2c771fff4aa887ee4cf70b1c83413a4db20e604a..00663cf780fb139269ea1226f9d3f165cf85636b 100644
--- a/net/http/http_stream_factory_impl_job.h
+++ b/net/http/http_stream_factory_impl_job.h
@@ -207,7 +207,6 @@ class HttpStreamFactoryImpl::Job {
SSLConfig proxy_ssl_config_;
const BoundNetLog net_log_;
- OldCompletionCallbackImpl<Job> old_io_callback_;
CompletionCallback io_callback_;
scoped_ptr<ClientSocketHandle> connection_;
HttpNetworkSession* const session_;

Powered by Google App Engine
This is Rietveld 408576698