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

Unified Diff: remoting/protocol/message_reader_unittest.cc

Issue 1080593003: Pass in a non-null CertVerifier into SSLClientSocket. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@boringnss
Patch Set: fix comment typo Created 5 years, 8 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 | « remoting/protocol/fake_stream_socket.cc ('k') | remoting/protocol/ssl_hmac_channel_authenticator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/message_reader_unittest.cc
diff --git a/remoting/protocol/message_reader_unittest.cc b/remoting/protocol/message_reader_unittest.cc
index 68bcde66687e61d43a78d89ccbf912da1c2fe0e8..f8bf2d90943a900bf0400b8c8d4fb982ae8af4f6 100644
--- a/remoting/protocol/message_reader_unittest.cc
+++ b/remoting/protocol/message_reader_unittest.cc
@@ -279,7 +279,7 @@ TEST_F(MessageReaderTest, TwoMessages_Separately) {
// Read() returns error.
TEST_F(MessageReaderTest, ReadError) {
- socket_.set_next_read_error(net::ERR_FAILED);
+ socket_.AppendReadError(net::ERR_FAILED);
// Add a message. It should never be read after the error above.
AddMessage(kTestMessage1);
« no previous file with comments | « remoting/protocol/fake_stream_socket.cc ('k') | remoting/protocol/ssl_hmac_channel_authenticator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698