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

Unified Diff: net/cert/cert_verify_proc.h

Issue 2629093002: Parameterize the CertVerifyProc tests so they can be run with (Closed)
Patch Set: Fix headers Created 3 years, 11 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/cert_verify_proc_android.h » ('j') | net/cert/cert_verify_proc_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/cert_verify_proc.h
diff --git a/net/cert/cert_verify_proc.h b/net/cert/cert_verify_proc.h
index 33f87ee3f62e030439a98a7919ae49f4960a116d..0a9042682c68bcfdb09a05527c33d60e045794fd 100644
--- a/net/cert/cert_verify_proc.h
+++ b/net/cert/cert_verify_proc.h
@@ -82,9 +82,9 @@ class NET_EXPORT CertVerifyProc
private:
friend class base::RefCountedThreadSafe<CertVerifyProc>;
- FRIEND_TEST_ALL_PREFIXES(CertVerifyProcTest, DigiNotarCerts);
- FRIEND_TEST_ALL_PREFIXES(CertVerifyProcTest, TestHasTooLongValidity);
- FRIEND_TEST_ALL_PREFIXES(CertVerifyProcTest,
+ FRIEND_TEST_ALL_PREFIXES(CertVerifyProcBaseClassTest, DigiNotarCerts);
+ FRIEND_TEST_ALL_PREFIXES(CertVerifyProcBaseClassTest, TestHasTooLongValidity);
+ FRIEND_TEST_ALL_PREFIXES(CertVerifyProcBaseClassTest,
VerifyRejectsSHA1AfterDeprecationLegacyMode);
// Performs the actual verification using the desired underlying
« no previous file with comments | « no previous file | net/cert/cert_verify_proc_android.h » ('j') | net/cert/cert_verify_proc_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698