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

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

Issue 1842953002: [Extensions] Convert APIs to use movable types [13] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « extensions/common/api/serial.idl ('k') | extensions/common/api/sockets_tcp.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/socket.idl
diff --git a/extensions/common/api/socket.idl b/extensions/common/api/socket.idl
index 8a8559ee95735c10a4d3b5a0dab4c08e72d907a6..24bfb18fcc39fd74b3e22f01caf330de50ab2075 100644
--- a/extensions/common/api/socket.idl
+++ b/extensions/common/api/socket.idl
@@ -6,7 +6,7 @@
// network using TCP and UDP connections. <b>Note:</b> Starting with Chrome 33,
// this API is deprecated in favor of the $(ref:sockets.udp), $(ref:sockets.tcp) and
// $(ref:sockets.tcpServer) APIs.
-namespace socket {
+[use_movable_types=true] namespace socket {
enum SocketType {
tcp,
udp
« no previous file with comments | « extensions/common/api/serial.idl ('k') | extensions/common/api/sockets_tcp.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698