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

Unified Diff: chrome/browser/profiles/profile_impl_io_data.h

Issue 2428143002: Clean up FtpTransactionFacory ownership. (Closed)
Patch Set: --typos Created 4 years, 2 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
Index: chrome/browser/profiles/profile_impl_io_data.h
diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h
index 3108057866d81298b81ac49d993542e85eb6fe6a..0058267e40a4509bc5d1d628b168422c82fe027e 100644
--- a/chrome/browser/profiles/profile_impl_io_data.h
+++ b/chrome/browser/profiles/profile_impl_io_data.h
@@ -31,7 +31,6 @@ class DomainReliabilityMonitor;
namespace net {
class CookieStore;
-class FtpTransactionFactory;
class HttpServerPropertiesManager;
class SdchOwner;
} // namespace net
@@ -211,8 +210,6 @@ class ProfileImplIOData : public ProfileIOData {
mutable scoped_refptr<JsonPrefStore> network_json_store_;
- mutable std::unique_ptr<net::FtpTransactionFactory> ftp_factory_;
-
// Owned by URLRequestContextStorage, reference here to can be shut down on
// the UI thread.
net::HttpServerPropertiesManager* http_server_properties_manager_;
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_io_data.cc ('k') | chrome/browser/profiles/profile_impl_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698