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 008efe2b62c8e18b3f7428b8f4234656008b1c57..5bd7e74ae0139cb6f97dd43a5627ff00d707d217 100644 |
--- a/chrome/browser/profiles/profile_io_data.h |
+++ b/chrome/browser/profiles/profile_io_data.h |
@@ -53,6 +53,10 @@ namespace chrome_browser_net { |
class ResourcePrefetchPredictorObserver; |
} |
+namespace certificate_transparency { |
+class TreeStateTracker; |
+} |
+ |
namespace content_settings { |
class CookieSettings; |
} |
@@ -599,6 +603,10 @@ class ProfileIOData { |
mutable DevToolsNetworkControllerHandle network_controller_handle_; |
+ mutable std::unique_ptr<certificate_transparency::TreeStateTracker> |
+ ct_tree_tracker_; |
+ mutable base::Closure ct_tree_tracker_unregistration_; |
+ |
const Profile::ProfileType profile_type_; |
DISALLOW_COPY_AND_ASSIGN(ProfileIOData); |