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

Unified Diff: chrome/common/extensions/api/api.gyp

Issue 10827390: Implement chrome.socket.bind/listen/accept for TCP server socket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add error if trying to bind TCP socket, remove TCP client socket bind. 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/api.gyp
diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp
index cd5fea9c81ebfec565d90611253560be90ce18c8..1ffe5dc71a2d04d49fb54395c3b47d34e8ba0ebd 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -51,6 +51,7 @@
'experimental_idltest.idl',
'experimental_media_galleries.idl',
'experimental_push_messaging.idl',
+ 'experimental_socket.idl',
miket_OOO 2012/09/24 18:14:21 Remove (see other comments).
'experimental_system_info_cpu.idl',
'experimental_system_info_storage.idl',
'experimental_usb.idl',

Powered by Google App Engine
This is Rietveld 408576698