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

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

Issue 2014573002: Certificate Transparency: Wire the TreeStateTracker up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing Lei's comments Created 4 years, 7 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
« no previous file with comments | « chrome/browser/net/sth_distributor_provider.cc ('k') | chrome/browser/profiles/profile_io_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 58233c9d5ae3fb818e35757c3995b8b2065eeb21..f9ee7d9443c46650b6a47024eb4212c170901db7 100644
--- a/chrome/browser/profiles/profile_io_data.h
+++ b/chrome/browser/profiles/profile_io_data.h
@@ -54,6 +54,10 @@ namespace chrome_browser_net {
class ResourcePrefetchPredictorObserver;
}
+namespace certificate_transparency {
+class TreeStateTracker;
+}
+
namespace content_settings {
class CookieSettings;
}
@@ -606,6 +610,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);
« no previous file with comments | « chrome/browser/net/sth_distributor_provider.cc ('k') | chrome/browser/profiles/profile_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698