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

Unified Diff: net/socket/socket_bio_adapter.h

Issue 2593063003: Add Socket::ReadIfReady() (Closed)
Patch Set: Rebased Created 3 years, 9 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 | « net/socket/socket.cc ('k') | net/socket/socket_bio_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/socket_bio_adapter.h
diff --git a/net/socket/socket_bio_adapter.h b/net/socket/socket_bio_adapter.h
index 235917a0891e94dbd9c0c278ea0ef879455ad2c7..48f255750ec7e4d5282f51da71df8d1546965536 100644
--- a/net/socket/socket_bio_adapter.h
+++ b/net/socket/socket_bio_adapter.h
@@ -85,6 +85,7 @@ class NET_EXPORT_PRIVATE SocketBIOAdapter {
int BIORead(char* out, int len);
void HandleSocketReadResult(int result);
void OnSocketReadComplete(int result);
+ void OnSocketReadIfReadyComplete(int result);
int BIOWrite(const char* in, int len);
void SocketWrite();
« no previous file with comments | « net/socket/socket.cc ('k') | net/socket/socket_bio_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698