| Index: ios/web/web_state/wk_web_view_security_util.h
|
| diff --git a/ios/web/web_state/wk_web_view_security_util.h b/ios/web/web_state/wk_web_view_security_util.h
|
| index 1e5f0102cd00c40b55ca9528af6bca91bf78809c..f309ecfa306e441c04793015d09c745cd6dae564 100644
|
| --- a/ios/web/web_state/wk_web_view_security_util.h
|
| +++ b/ios/web/web_state/wk_web_view_security_util.h
|
| @@ -21,6 +21,8 @@ namespace web {
|
|
|
| // NSErrorPeerCertificateChainKey from NSError's userInfo dict.
|
| extern NSString* const kNSErrorPeerCertificateChainKey;
|
| +// NSErrorFailingURLKey from NSError's userInfo dict.
|
| +extern NSString* const kNSErrorFailingURLKey;
|
|
|
| // Creates a certificate from an array of SecCertificateRef objects.
|
| // Returns null if |certs| is nil or empty.
|
|
|