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

Unified Diff: net/cert/multi_threaded_cert_verifier.cc

Issue 353713005: Implements new, more robust design for communicating between SSLConnectJobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved tests back to ssl_client_socket_unittest.cc, fixed various other issues. Created 6 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/multi_threaded_cert_verifier.cc
diff --git a/net/cert/multi_threaded_cert_verifier.cc b/net/cert/multi_threaded_cert_verifier.cc
index 3d1b048616e8ae5f3c49a49794fbe93b35560d57..7981eba0541b6e743fddd59f8880fb948897d37d 100644
--- a/net/cert/multi_threaded_cert_verifier.cc
+++ b/net/cert/multi_threaded_cert_verifier.cc
@@ -616,4 +616,3 @@ void MultiThreadedCertVerifier::OnCACertChanged(
}
} // namespace net
-
wtc 2014/07/31 23:05:24 Please add this line back so that this file is exc
mshelley 2014/08/02 23:59:14 Done.

Powered by Google App Engine
This is Rietveld 408576698