| Index: content/public/browser/web_contents_delegate.h
|
| diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
|
| index ed46e438deebf2c5b5993d5a307c1864989a0334..2a5bf36bbc082cfc5260f5cf896c2fa2b237f7be 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -518,6 +518,11 @@ class CONTENT_EXPORT WebContentsDelegate {
|
| virtual void ShowCertificateViewerInDevTools(
|
| WebContents* web_contents,
|
| int cert_id);
|
| + virtual void GetCertificateTransparencySummary(bool is_valid_ev,
|
| + int num_unknown_scts,
|
| + int num_invalid_scts,
|
| + int num_valid_scts,
|
| + std::string* summary);
|
|
|
| // Called when the active render widget is forwarding a RemoteChannel
|
| // compositor proto. This is used in Blimp mode.
|
|
|