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

Unified Diff: net/base/tcp_client_socket.h

Issue 19731: Fix a minor style nit. Make a comment clearer. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 11 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 | net/http/http_network_transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/tcp_client_socket.h
===================================================================
--- net/base/tcp_client_socket.h (revision 8989)
+++ net/base/tcp_client_socket.h (working copy)
@@ -86,8 +86,8 @@
// base::ObjectWatcher::Delegate methods:
virtual void OnObjectSignaled(HANDLE object);
- // After a Winsock function succeeds synchronously, waits for the
- // (manual-reset) event object to become signaled and resets it.
+ // Waits for the (manual-reset) event object to become signaled and resets
+ // it. Called after a Winsock function succeeds synchronously
//
// Our testing shows that except in rare cases (when running inside QEMU),
// the event object is already signaled at this point, so we just call this
« no previous file with comments | « no previous file | net/http/http_network_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698