| 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 de32c6e55625485ddd56d647c6b6293c67844bb3..c91079837fc6f6f6e28b90d97d58ced368013c47 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -80,6 +80,11 @@ class SSLConfigService;
|
| class TransportSecurityPersister;
|
| class TransportSecurityState;
|
| class URLRequestJobFactoryImpl;
|
| +
|
| +namespace ct {
|
| +class CTObserver;
|
| +}
|
| +
|
| } // namespace net
|
|
|
| namespace policy {
|
| @@ -593,6 +598,10 @@ class ProfileIOData {
|
|
|
| mutable DevToolsNetworkControllerHandle network_controller_handle_;
|
|
|
| + // Must be deleted before the URLRequestContexts
|
| + mutable scoped_ptr<net::ct::CTObserver> cert_transparency_observer_;
|
| + mutable base::Closure cert_transparency_observer_unregistration_;
|
| +
|
| // TODO(jhawkins): Remove once crbug.com/102004 is fixed.
|
| bool initialized_on_UI_thread_;
|
|
|
|
|