| 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..02b3b7ee63893e6114e1f71004d8c2474e4347a6 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -69,6 +69,7 @@ class ProxyConfigService;
|
| class ProxyService;
|
| class SSLConfigService;
|
| class TransportSecurityPersister;
|
| +class TransportSecurityReporter;
|
| class TransportSecurityState;
|
| class URLRequestJobFactoryImpl;
|
| } // namespace net
|
| @@ -557,6 +558,8 @@ class ProfileIOData {
|
|
|
| mutable scoped_ptr<net::TransportSecurityPersister>
|
| transport_security_persister_;
|
| + mutable scoped_ptr<net::TransportSecurityReporter>
|
| + transport_security_reporter_;
|
|
|
| // These are only valid in between LazyInitialize() and their accessor being
|
| // called.
|
|
|