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

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

Issue 2102783003: Add enterprise policy to exempt hosts from Certificate Transparency (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@enterprise_ct
Patch Set: Comment tweak to remove () 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 | « chrome/browser/prefs/browser_prefs.cc ('k') | 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 98ae4bafb9cedf2523bcd6da0feda150b34bda2b..f373eaa0acd0d871917a087d077e67e6676fa8e5 100644
--- a/chrome/browser/profiles/profile_io_data.h
+++ b/chrome/browser/profiles/profile_io_data.h
@@ -54,6 +54,7 @@ class ResourcePrefetchPredictorObserver;
}
namespace certificate_transparency {
+class CTPolicyManager;
class TreeStateTracker;
}
@@ -581,9 +582,12 @@ class ProfileIOData {
mutable std::unique_ptr<chromeos::CertificateProvider> certificate_provider_;
#endif
+ // Pointed to by the TransportSecurityState.
mutable std::unique_ptr<net::TransportSecurityPersister>
transport_security_persister_;
mutable std::unique_ptr<net::ReportSender> certificate_report_sender_;
+ mutable std::unique_ptr<certificate_transparency::CTPolicyManager>
+ ct_policy_manager_;
// These are only valid in between LazyInitialize() and their accessor being
// called.
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/profiles/profile_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698