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

Unified Diff: mojo/dart/packages/mojo_services/lib/mojo/http_connection.mojom.dart

Issue 1753013002: Mojom runtime type info: New implementation for Dart. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: No changes to sha1s Created 4 years, 10 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: 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);

Powered by Google App Engine
This is Rietveld 408576698