diff options
author | joaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-28 12:21:55 +0000 |
---|---|---|
committer | joaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-28 12:21:55 +0000 |
commit | 73404eb1a988372a9f5ea29c43c9e787bed832f6 (patch) | |
tree | 2cc7cbab08d63f5de116f27cfd3a0e01615cf5f6 /net/base | |
parent | da8cf3e5718a4b72f7de30c14d8870be288c5b78 (diff) | |
download | chromium_src-73404eb1a988372a9f5ea29c43c9e787bed832f6.zip chromium_src-73404eb1a988372a9f5ea29c43c9e787bed832f6.tar.gz chromium_src-73404eb1a988372a9f5ea29c43c9e787bed832f6.tar.bz2 |
Updated comment about lifetime of |out_req| parameter to CertVerifier::Verify.
Review URL: https://chromiumcodereview.appspot.com/11418178
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169910 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base')
-rw-r--r-- | net/base/cert_verifier.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/base/cert_verifier.h b/net/base/cert_verifier.h index 29d5ecd..36312d3 100644 --- a/net/base/cert_verifier.h +++ b/net/base/cert_verifier.h @@ -86,9 +86,8 @@ class NET_EXPORT CertVerifier { // could not be completed synchronously, in which case the result code will // be passed to the callback when available. // - // If |out_req| is non-NULL, then |*out_req| will be filled with a handle to - // the async request. This handle is not valid after the request has - // completed. + // |*out_req| will be filled with a handle to the async request. + // This handle is not valid after the request has completed. // // TODO(rsleevi): Move CRLSet* out of the CertVerifier signature. virtual int Verify(X509Certificate* cert, |