Index: chrome/common/extensions/api/socket.idl |
diff --git a/chrome/common/extensions/api/experimental_socket.idl b/chrome/common/extensions/api/socket.idl |
similarity index 97% |
rename from chrome/common/extensions/api/experimental_socket.idl |
rename to chrome/common/extensions/api/socket.idl |
index e405b48f28990623e0db120b711509439d4e3f74..0dd858aa2c420ee4e19a5cde9ec6fcc8a5c1d445 100644 |
--- a/chrome/common/extensions/api/experimental_socket.idl |
+++ b/chrome/common/extensions/api/socket.idl |
@@ -4,7 +4,7 @@ |
// File-level comment to appease parser. Eventually this will not be necessary. |
-namespace experimental.socket { |
+namespace socket { |
enum SocketType { |
tcp, |
udp |
@@ -12,9 +12,6 @@ namespace experimental.socket { |
// The socket options. |
dictionary CreateOptions { |
- // The schema generator does not support dictionaries without any fields. |
- // Ignore this field. |
- [nodoc] long? dummyValue; |
}; |
dictionary CreateInfo { |