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

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

Issue 2026213002: Refactor CertificateReportSender (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | chrome/browser/profiles/profile_io_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_io_data.h
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
index 6b00aa88af4c4e48e7a88ae5aa8615fb79a5c483..e8afc1df863fbeb035158d5082bb39e45a1457a6 100644
--- a/chrome/browser/profiles/profile_io_data.h
+++ b/chrome/browser/profiles/profile_io_data.h
@@ -72,7 +72,6 @@ class InfoMap;
}
namespace net {
-class CertificateReportSender;
class CertVerifier;
class ChannelIDService;
class CookieStore;
@@ -81,6 +80,7 @@ class HttpServerProperties;
class HttpTransactionFactory;
class ProxyConfigService;
class ProxyService;
+class ReportSender;
class SSLConfigService;
class TransportSecurityPersister;
class TransportSecurityState;
@@ -578,8 +578,7 @@ class ProfileIOData {
mutable std::unique_ptr<net::TransportSecurityPersister>
transport_security_persister_;
- mutable std::unique_ptr<net::CertificateReportSender>
- certificate_report_sender_;
+ mutable std::unique_ptr<net::ReportSender> certificate_report_sender_;
// These are only valid in between LazyInitialize() and their accessor being
// called.
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698