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

Unified Diff: chrome/common/extensions/api/socket.idl

Issue 10827390: Implement chrome.socket.bind/listen/accept for TCP server socket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove need to bind before calling listen. Created 8 years, 3 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: chrome/common/extensions/api/socket.idl
diff --git a/chrome/common/extensions/api/socket.idl b/chrome/common/extensions/api/socket.idl
index d417d9b227053fb5842ee4f622280976b5de8552..303496ed2157e7906cd66b797b0fb96d9364b531 100644
--- a/chrome/common/extensions/api/socket.idl
+++ b/chrome/common/extensions/api/socket.idl
@@ -132,8 +132,7 @@ namespace socket {
long port,
ConnectCallback callback);
- // Binds the local address for socket. Currently, it does not support
- // TCP socket.
+ // Binds the local address for socket.
// |socketId| : The socketId.
// |address| : The address of the local machine.
// |port| : The port of the local machine.

Powered by Google App Engine
This is Rietveld 408576698