| 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:
|
|
|