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

Unified Diff: net/cert/internal/path_builder_verify_certificate_chain_unittest.cc

Issue 2346663002: Generalize rebase-errors.py so it works for other files. (Closed)
Patch Set: update var name Created 4 years, 3 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
Index: net/cert/internal/path_builder_verify_certificate_chain_unittest.cc
diff --git a/net/cert/internal/path_builder_verify_certificate_chain_unittest.cc b/net/cert/internal/path_builder_verify_certificate_chain_unittest.cc
index 56149eb7684451e40c5aaa2027fbf761fdf1062c..3bc20ef08190ec9578153263ca15ee06525d036b 100644
--- a/net/cert/internal/path_builder_verify_certificate_chain_unittest.cc
+++ b/net/cert/internal/path_builder_verify_certificate_chain_unittest.cc
@@ -19,7 +19,8 @@ class PathBuilderDelegate {
const scoped_refptr<TrustAnchor>& trust_anchor,
const der::GeneralizedTime& time,
bool expected_result,
- const std::string& expected_errors) {
+ const std::string& expected_errors,
+ const std::string& test_file_path) {
SimpleSignaturePolicy signature_policy(1024);
ASSERT_FALSE(chain.empty());

Powered by Google App Engine
This is Rietveld 408576698