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

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

Issue 10440097: Move socket API from experimental to dev channel and remove some dead code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update Created 8 years, 5 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/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 {
« no previous file with comments | « chrome/common/extensions/api/experimental_socket.idl ('k') | chrome/common/extensions/docs/apps/api_index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698