| Index: ios/web/net/cert_verifier_block_adapter.h
|
| diff --git a/ios/web/net/cert_verifier_block_adapter.h b/ios/web/net/cert_verifier_block_adapter.h
|
| index 96e07beae54dcb57e66b645daae603ce88b12128..ee9829e68c4db76564129da3192602ef7b3d9b6c 100644
|
| --- a/ios/web/net/cert_verifier_block_adapter.h
|
| +++ b/ios/web/net/cert_verifier_block_adapter.h
|
| @@ -27,7 +27,9 @@ class CertVerifierBlockAdapter {
|
| ~CertVerifierBlockAdapter();
|
|
|
| // Encapsulates verification parms. |cert| and |hostname| are mandatory, the
|
| - // other params are optional.
|
| + // other params are optional. If either of mandatory arguments is null or
|
| + // empty then verification |CompletionHandler| will be called with
|
| + // ERR_INVALID_ARGUMENT status.
|
| struct Params {
|
| // Constructs Params from X509 cert and hostname, which are mandatory for
|
| // verification.
|
|
|