| Index: net/base/crl_set.h
|
| diff --git a/net/base/crl_set.h b/net/base/crl_set.h
|
| index 1f5f143c30a7e756951993e572016dd4b418e1e3..14c4aa01de5a385d11c4facb216bc43fbb80eb8d 100644
|
| --- a/net/base/crl_set.h
|
| +++ b/net/base/crl_set.h
|
| @@ -26,7 +26,7 @@ class NET_EXPORT CRLSet : public base::RefCountedThreadSafe<CRLSet> {
|
| public:
|
| enum Result {
|
| REVOKED, // the certificate should be rejected.
|
| - UNKNOWN, // there was an error in processing.
|
| + UNKNOWN, // the CRL for the certificate is not included in the set.
|
| GOOD, // the certificate is not listed.
|
| };
|
|
|
|
|