Chromium Code Reviews| Index: net/base/x509_chain.h |
| diff --git a/net/base/x509_chain.h b/net/base/x509_chain.h |
| index f391bb60990321cc23ad977e3a9e2ca9ba6a1896..0cca7b4d98695e1f115f239cf8c6455824a3d5ff 100644 |
| --- a/net/base/x509_chain.h |
| +++ b/net/base/x509_chain.h |
| @@ -19,6 +19,7 @@ namespace x509_chain { |
| enum VerifyFlags { |
| VERIFY_REV_CHECKING_ENABLED = 1 << 0, |
| VERIFY_EV_CERT = 1 << 1, |
| + VERIFY_RETURN_CHAIN = 1 << 2, |
| }; |
| // Verifies that |certificate| is a valid SSL server certificate for the |