| 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 15166f29307b0a3896d8c16fcbc5b141ef853ea8..2b06a24327f85d18b34fef71af67779ddad024d1 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -28,6 +28,7 @@
|
| #include "components/prefs/pref_member.h"
|
| #include "content/public/browser/content_browser_client.h"
|
| #include "content/public/browser/resource_context.h"
|
| +#include "net/cert/ct_observer.h"
|
| #include "net/cert/ct_verifier.h"
|
| #include "net/cookies/cookie_monster.h"
|
| #include "net/http/http_cache.h"
|
| @@ -592,6 +593,11 @@ 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_;
|
|
|
|
|