| 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 15c3fe9e77160b1e3466046011a7fe0ee8649a13..dca7837fde55f0cefa510579ab6f83c6a85d3646 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.
|
|
|