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

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

Issue 1212613004: Build and send HPKP violation reports (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move report building code to TransportSecurityState; wire up to CheckPublicKeyPins Created 5 years, 5 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_io_data.h
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
index 4b2937b7b97303a1c2a56c29d905f22fa6df0220..f8164b80fdb41accac40edf75262d75b39c34461 100644
--- a/chrome/browser/profiles/profile_io_data.h
+++ b/chrome/browser/profiles/profile_io_data.h
@@ -68,6 +68,7 @@ class HttpTransactionFactory;
class ProxyConfigService;
class ProxyService;
class SSLConfigService;
+class CertificateReportSender;
davidben 2015/07/24 20:42:55 Nit: Alphabetize.
estark 2015/07/25 00:10:31 Done.
class TransportSecurityPersister;
class TransportSecurityState;
class URLRequestJobFactoryImpl;
@@ -557,6 +558,7 @@ class ProfileIOData {
mutable scoped_ptr<net::TransportSecurityPersister>
transport_security_persister_;
+ mutable scoped_ptr<net::CertificateReportSender> certificate_report_sender_;
davidben 2015/07/24 20:42:55 This is really obnoxious, but there's a window whe
estark 2015/07/25 00:10:31 Ah, yeah, mmenke and I were talking about this ear
// 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') | net/http/http_security_headers_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698