Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1139)

Unified Diff: net/cert/internal/nist_pkits_unittest.h

Issue 2918063002: Revert of Add policies support to VerifyCertificateChain(). (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/cert/internal/nist_pkits_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/internal/nist_pkits_unittest.h
diff --git a/net/cert/internal/nist_pkits_unittest.h b/net/cert/internal/nist_pkits_unittest.h
index 8f9ef42c166f7d1a633cffdfdfbc7423d6e8b480..adc064b63267071603253448a94048f9f1c93dfa 100644
--- a/net/cert/internal/nist_pkits_unittest.h
+++ b/net/cert/internal/nist_pkits_unittest.h
@@ -46,15 +46,13 @@
std::set<der::Input> initial_policy_set;
// The value of "initial-explicit-policy".
- InitialExplicitPolicy initial_explicit_policy = InitialExplicitPolicy::kFalse;
+ bool initial_explicit_policy = false;
// The value of "initial-policy-mapping-inhibit".
- InitialPolicyMappingInhibit initial_policy_mapping_inhibit =
- InitialPolicyMappingInhibit::kFalse;
+ bool initial_policy_mapping_inhibit = false;
// The value of "initial-inhibit-any-policy".
- InitialAnyPolicyInhibit initial_inhibit_any_policy =
- InitialAnyPolicyInhibit::kFalse;
+ bool initial_inhibit_any_policy = false;
// This is the time when PKITS was published.
der::GeneralizedTime time = {2011, 4, 15, 0, 0, 0};
« no previous file with comments | « no previous file | net/cert/internal/nist_pkits_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698