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

Unified Diff: ppapi/tests/test_tcp_server_socket_private.cc

Issue 10825289: Noop change (+bonus style fix) to trigger nacl tests to be rebuilt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_tcp_server_socket_private.cc
diff --git a/ppapi/tests/test_tcp_server_socket_private.cc b/ppapi/tests/test_tcp_server_socket_private.cc
index ed1ab638c16a862d89910354f91e06ab60cc07da..26673b8c6e8bfa4bc03056ee4fca7559e3e4f429 100644
--- a/ppapi/tests/test_tcp_server_socket_private.cc
+++ b/ppapi/tests/test_tcp_server_socket_private.cc
@@ -234,9 +234,10 @@ std::string TestTCPServerSocketPrivate::TestBacklog() {
connect_rv[i] = client_sockets[i]->ConnectWithNetAddress(
&address,
*connect_callbacks[i]);
- if (force_async_ && connect_rv[i] != PP_OK_COMPLETIONPENDING)
+ if (force_async_ && connect_rv[i] != PP_OK_COMPLETIONPENDING) {
return ReportError("PPB_TCPSocket_Private::Connect force_async",
connect_rv[i]);
+ }
}
std::vector<PP_Resource> resources(kBacklog);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698