| Index: chrome/browser/chromeos/net/cert_verify_proc_chromeos.h
|
| diff --git a/chrome/browser/chromeos/net/cert_verify_proc_chromeos.h b/chrome/browser/chromeos/net/cert_verify_proc_chromeos.h
|
| index b79ac8a9154dd85696c698fc441d5ead8f67a2d7..346642feffbdec31faa0258960ff5ca0aed9a20a 100644
|
| --- a/chrome/browser/chromeos/net/cert_verify_proc_chromeos.h
|
| +++ b/chrome/browser/chromeos/net/cert_verify_proc_chromeos.h
|
| @@ -34,6 +34,7 @@ class CertVerifyProcChromeOS : public net::CertVerifyProcNSS {
|
| // net::CertVerifyProcNSS implementation:
|
| int VerifyInternal(net::X509Certificate* cert,
|
| const std::string& hostname,
|
| + const std::string& ocsp_response,
|
| int flags,
|
| net::CRLSet* crl_set,
|
| const net::CertificateList& additional_trust_anchors,
|
|
|