Index: mojo/dart/packages/mojo_services/lib/http_server/http_server.mojom.dart |
diff --git a/mojo/dart/packages/mojo_services/lib/http_server/http_server.mojom.dart b/mojo/dart/packages/mojo_services/lib/http_server/http_server.mojom.dart |
index 3336d28a06c7dad5db5c2dfa88628e5a2659a8ac..727d958919382d33cd7b23a9912bb30c4bb4d91a 100644 |
--- a/mojo/dart/packages/mojo_services/lib/http_server/http_server.mojom.dart |
+++ b/mojo/dart/packages/mojo_services/lib/http_server/http_server.mojom.dart |
@@ -96,8 +96,6 @@ class _HttpServerSetHandlerParams extends bindings.Struct { |
} |
- |
- |
class HttpServerSetHandlerResponseParams extends bindings.Struct { |
static const List<bindings.StructDataHeader> kVersions = const [ |
const bindings.StructDataHeader(16, 0) |
@@ -170,8 +168,6 @@ class HttpServerSetHandlerResponseParams extends bindings.Struct { |
} |
- |
- |
class _HttpServerGetPortParams extends bindings.Struct { |
static const List<bindings.StructDataHeader> kVersions = const [ |
const bindings.StructDataHeader(8, 0) |
@@ -230,8 +226,6 @@ class _HttpServerGetPortParams extends bindings.Struct { |
} |
- |
- |
class HttpServerGetPortResponseParams extends bindings.Struct { |
static const List<bindings.StructDataHeader> kVersions = const [ |
const bindings.StructDataHeader(16, 0) |
@@ -304,8 +298,6 @@ class HttpServerGetPortResponseParams extends bindings.Struct { |
} |
- |
- |
class _HttpHandlerHandleRequestParams extends bindings.Struct { |
static const List<bindings.StructDataHeader> kVersions = const [ |
const bindings.StructDataHeader(16, 0) |
@@ -378,8 +370,6 @@ class _HttpHandlerHandleRequestParams extends bindings.Struct { |
} |
- |
- |
class HttpHandlerHandleRequestResponseParams extends bindings.Struct { |
static const List<bindings.StructDataHeader> kVersions = const [ |
const bindings.StructDataHeader(16, 0) |
@@ -451,14 +441,9 @@ class HttpHandlerHandleRequestResponseParams extends bindings.Struct { |
} |
} |
- |
- |
- |
const int _HttpServer_setHandlerName = 0; |
const int _HttpServer_getPortName = 1; |
- |
- |
class _HttpServerServiceDescription implements service_describer.ServiceDescription { |
dynamic getTopLevelInterface([Function responseFactory]) => |
responseFactory(null); |
@@ -746,8 +731,6 @@ class HttpServerStub extends bindings.Stub { |
const int _HttpHandler_handleRequestName = 0; |
- |
- |
class _HttpHandlerServiceDescription implements service_describer.ServiceDescription { |
dynamic getTopLevelInterface([Function responseFactory]) => |
responseFactory(null); |