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

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

Issue 2428143002: Clean up FtpTransactionFacory ownership. (Closed)
Patch Set: Response to comments 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/off_the_record_profile_io_data.h
diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.h b/chrome/browser/profiles/off_the_record_profile_io_data.h
index 777d12ac9accb341b9bbdb75a94a6129cbf0c78a..7d540f22d6cd3cb5863c76d859a7e823bf7f0d28 100644
--- a/chrome/browser/profiles/off_the_record_profile_io_data.h
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.h
@@ -21,7 +21,6 @@ class Profile;
namespace net {
class CookieStore;
-class FtpTransactionFactory;
class SdchOwner;
class URLRequestContext;
} // namespace net
@@ -140,8 +139,6 @@ class OffTheRecordProfileIOData : public ProfileIOData {
net::URLRequestContext* app_context,
const StoragePartitionDescriptor& partition_descriptor) const override;
- mutable std::unique_ptr<net::FtpTransactionFactory> ftp_factory_;
-
mutable std::unique_ptr<net::CookieStore> extensions_cookie_store_;
mutable std::unique_ptr<net::URLRequestJobFactory> extensions_job_factory_;

Powered by Google App Engine
This is Rietveld 408576698