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

Unified Diff: net/cert/ct_objects_extractor_unittest.cc

Issue 2108833005: Adds domain names for all qualified CT logs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updates command-line documentation Created 4 years, 5 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/ct_objects_extractor_unittest.cc
diff --git a/net/cert/ct_objects_extractor_unittest.cc b/net/cert/ct_objects_extractor_unittest.cc
index e8718bd8b85152d932bc05dfd140b3e4aa673d0c..389fd663e77a813c904ce2ec499918206bb0a916 100644
--- a/net/cert/ct_objects_extractor_unittest.cc
+++ b/net/cert/ct_objects_extractor_unittest.cc
@@ -32,7 +32,7 @@ class CTObjectsExtractorTest : public ::testing::Test {
der_test_cert.length());
log_ = CTLogVerifier::Create(ct::GetTestPublicKey(), "testlog",
- "https://ct.example.com");
+ "https://ct.example.com", "");
Ryan Sleevi 2016/07/18 19:06:38 std::string(), not ""
Rob Percival 2016/07/18 22:20:06 Is that safe? Create takes these parameters as Str
Ryan Sleevi 2016/07/18 23:14:47 You're guaranteed that the temporary std::string()
ASSERT_TRUE(log_);
}

Powered by Google App Engine
This is Rietveld 408576698