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

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

Issue 10541031: Fix typo in socket API document. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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: chrome/common/extensions/api/experimental_socket.idl
diff --git a/chrome/common/extensions/api/experimental_socket.idl b/chrome/common/extensions/api/experimental_socket.idl
index 98e265eff2382f074c9ea941382fc6302ea7f86f..785e7d2482ba384631d228dab720ff25a5650427 100644
--- a/chrome/common/extensions/api/experimental_socket.idl
+++ b/chrome/common/extensions/api/experimental_socket.idl
@@ -86,11 +86,11 @@
long port,
ConnectCallback callback);
- // Binds the local address for UDP socket. Currently, it does not support
+ // Binds the local address for socket. Currently, it does not support
// TCP socket.
// |socketId| : The socketId.
- // |address| : The address of the remote machine.
- // |port| : The port of the remote machine.
+ // |address| : The address of the local machine.
+ // |port| : The port of the local machine.
// |callback| : Called when the bind attempt is complete.
static void bind(long socketId,
DOMString address,
« 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