| Index: mojo/dart/packages/mojo_services/lib/mojo/http_connection.mojom.dart
|
| diff --git a/mojo/dart/packages/mojo_services/lib/mojo/http_connection.mojom.dart b/mojo/dart/packages/mojo_services/lib/mojo/http_connection.mojom.dart
|
| index fa555e1794b00ec8b6bfbdf6ed802b7d16e6d9fd..35b11782755ecd6bdc9f6c7b37e106c5b946f102 100644
|
| --- a/mojo/dart/packages/mojo_services/lib/mojo/http_connection.mojom.dart
|
| +++ b/mojo/dart/packages/mojo_services/lib/mojo/http_connection.mojom.dart
|
| @@ -85,8 +85,6 @@ class _HttpConnectionSetSendBufferSizeParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class HttpConnectionSetSendBufferSizeResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -160,8 +158,6 @@ class HttpConnectionSetSendBufferSizeResponseParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _HttpConnectionSetReceiveBufferSizeParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -234,8 +230,6 @@ class _HttpConnectionSetReceiveBufferSizeParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class HttpConnectionSetReceiveBufferSizeResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -309,8 +303,6 @@ class HttpConnectionSetReceiveBufferSizeResponseParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _HttpConnectionDelegateOnReceivedRequestParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -383,8 +375,6 @@ class _HttpConnectionDelegateOnReceivedRequestParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class HttpConnectionDelegateOnReceivedRequestResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -457,8 +447,6 @@ class HttpConnectionDelegateOnReceivedRequestResponseParams extends bindings.Str
|
| }
|
|
|
|
|
| -
|
| -
|
| class _HttpConnectionDelegateOnReceivedWebSocketRequestParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -531,8 +519,6 @@ class _HttpConnectionDelegateOnReceivedWebSocketRequestParams extends bindings.S
|
| }
|
|
|
|
|
| -
|
| -
|
| class HttpConnectionDelegateOnReceivedWebSocketRequestResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(24, 0)
|
| @@ -629,14 +615,9 @@ class HttpConnectionDelegateOnReceivedWebSocketRequestResponseParams extends bin
|
| }
|
| }
|
|
|
| -
|
| -
|
| -
|
| const int _HttpConnection_setSendBufferSizeName = 0;
|
| const int _HttpConnection_setReceiveBufferSizeName = 1;
|
|
|
| -
|
| -
|
| class _HttpConnectionServiceDescription implements service_describer.ServiceDescription {
|
| dynamic getTopLevelInterface([Function responseFactory]) =>
|
| responseFactory(null);
|
| @@ -927,8 +908,6 @@ class HttpConnectionStub extends bindings.Stub {
|
| const int _HttpConnectionDelegate_onReceivedRequestName = 0;
|
| const int _HttpConnectionDelegate_onReceivedWebSocketRequestName = 1;
|
|
|
| -
|
| -
|
| class _HttpConnectionDelegateServiceDescription implements service_describer.ServiceDescription {
|
| dynamic getTopLevelInterface([Function responseFactory]) =>
|
| responseFactory(null);
|
|
|