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

Unified Diff: chrome/browser/browser_process_impl.h

Issue 1845113003: Certificate Transparency: Start tracking logs' state (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/BUILD.gn ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process_impl.h
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
index a23775994ec269f874bcc08a2ba1f96fde974f54..0a72c20dffe0ee5f1aa312b6569ed128dcde734b 100644
--- a/chrome/browser/browser_process_impl.h
+++ b/chrome/browser/browser_process_impl.h
@@ -54,6 +54,14 @@ namespace net_log {
class ChromeNetLog;
}
+namespace net {
+
+namespace ct {
+class STHReporter;
+} // namespace ct
+
+} // namespace net
+
namespace policy {
class BrowserPolicyConnector;
class PolicyService;
@@ -156,6 +164,7 @@ class BrowserProcessImpl : public BrowserProcess,
shell_integration::DefaultWebClientState CachedDefaultWebClientState()
override;
+ void RegisterWithSTHObserver(net::ct::STHReporter* reporter);
static void RegisterPrefs(PrefRegistrySimple* registry);
private:
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698