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

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

Issue 1211933005: Initial (partial) implementation of HPKP violation reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: style fixes, comments Created 5 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
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 f63dd0f94767e881162037041eaebc7a367b15ed..57f45f366daead5018c2d53e33fe47f1e4efd58e 100644
--- a/chrome/browser/profiles/profile_io_data.h
+++ b/chrome/browser/profiles/profile_io_data.h
@@ -553,6 +553,8 @@ class ProfileIOData {
mutable scoped_ptr<net::TransportSecurityPersister>
transport_security_persister_;
+ mutable scoped_ptr<net::TransportSecurityState::Reporter>
+ transport_security_reporter_;
// These are only valid in between LazyInitialize() and their accessor being
// called.
« no previous file with comments | « chrome/browser/net/certificate_error_reporter_unittest.cc ('k') | chrome/browser/profiles/profile_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698