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

Unified Diff: net/ftp/ftp_network_session.h

Issue 11931024: Removed static factories for data, ftp, file, and about jobs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync (r198785) Created 7 years, 7 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
« no previous file with comments | « content/shell/shell_url_request_context_getter.cc ('k') | net/proxy/proxy_script_fetcher_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ftp/ftp_network_session.h
diff --git a/net/ftp/ftp_network_session.h b/net/ftp/ftp_network_session.h
index c9b33885c5f970b8cd34cceac932a9cbe4fcdedc..e92bb06643f6b0d5996c7f96a8a5feef40136c53 100644
--- a/net/ftp/ftp_network_session.h
+++ b/net/ftp/ftp_network_session.h
@@ -7,7 +7,6 @@
#include "base/memory/ref_counted.h"
#include "net/base/net_export.h"
-#include "net/ftp/ftp_auth_cache.h"
namespace net {
@@ -20,7 +19,6 @@ class NET_EXPORT_PRIVATE FtpNetworkSession
explicit FtpNetworkSession(HostResolver* host_resolver);
HostResolver* host_resolver() { return host_resolver_; }
- FtpAuthCache* auth_cache() { return &auth_cache_; }
private:
friend class base::RefCounted<FtpNetworkSession>;
@@ -28,7 +26,6 @@ class NET_EXPORT_PRIVATE FtpNetworkSession
virtual ~FtpNetworkSession();
HostResolver* const host_resolver_;
- FtpAuthCache auth_cache_;
};
} // namespace net
« no previous file with comments | « content/shell/shell_url_request_context_getter.cc ('k') | net/proxy/proxy_script_fetcher_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698