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

Unified Diff: mojo/dart/packages/mojo_services/lib/mojo/url_loader_interceptor.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/url_loader_interceptor.mojom.dart
diff --git a/mojo/dart/packages/mojo_services/lib/mojo/url_loader_interceptor.mojom.dart b/mojo/dart/packages/mojo_services/lib/mojo/url_loader_interceptor.mojom.dart
index 8f750aa7df76ca77155a11b201eb0ae492c04fa3..6ca15ed6ff23d44b8f68d51e7967d13b77a213e3 100644
--- a/mojo/dart/packages/mojo_services/lib/mojo/url_loader_interceptor.mojom.dart
+++ b/mojo/dart/packages/mojo_services/lib/mojo/url_loader_interceptor.mojom.dart
@@ -98,8 +98,6 @@ class UrlLoaderInterceptorResponse extends bindings.Struct {
}
-
-
class _UrlLoaderInterceptorFactoryCreateParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
const bindings.StructDataHeader(16, 0)
@@ -171,8 +169,6 @@ class _UrlLoaderInterceptorFactoryCreateParams extends bindings.Struct {
}
-
-
class _UrlLoaderInterceptorInterceptRequestParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
const bindings.StructDataHeader(16, 0)
@@ -245,8 +241,6 @@ class _UrlLoaderInterceptorInterceptRequestParams extends bindings.Struct {
}
-
-
class UrlLoaderInterceptorInterceptRequestResponseParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
const bindings.StructDataHeader(16, 0)
@@ -319,8 +313,6 @@ class UrlLoaderInterceptorInterceptRequestResponseParams extends bindings.Struct
}
-
-
class _UrlLoaderInterceptorInterceptFollowRedirectParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
const bindings.StructDataHeader(8, 0)
@@ -379,8 +371,6 @@ class _UrlLoaderInterceptorInterceptFollowRedirectParams extends bindings.Struct
}
-
-
class UrlLoaderInterceptorInterceptFollowRedirectResponseParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
const bindings.StructDataHeader(16, 0)
@@ -453,8 +443,6 @@ class UrlLoaderInterceptorInterceptFollowRedirectResponseParams extends bindings
}
-
-
class _UrlLoaderInterceptorInterceptResponseParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
const bindings.StructDataHeader(16, 0)
@@ -527,8 +515,6 @@ class _UrlLoaderInterceptorInterceptResponseParams extends bindings.Struct {
}
-
-
class UrlLoaderInterceptorInterceptResponseResponseParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
const bindings.StructDataHeader(16, 0)
@@ -600,13 +586,8 @@ class UrlLoaderInterceptorInterceptResponseResponseParams extends bindings.Struc
}
}
-
-
-
const int _UrlLoaderInterceptorFactory_createName = 0;
-
-
class _UrlLoaderInterceptorFactoryServiceDescription implements service_describer.ServiceDescription {
dynamic getTopLevelInterface([Function responseFactory]) =>
responseFactory(null);
@@ -799,8 +780,6 @@ const int _UrlLoaderInterceptor_interceptRequestName = 0;
const int _UrlLoaderInterceptor_interceptFollowRedirectName = 1;
const int _UrlLoaderInterceptor_interceptResponseName = 2;
-
-
class _UrlLoaderInterceptorServiceDescription implements service_describer.ServiceDescription {
dynamic getTopLevelInterface([Function responseFactory]) =>
responseFactory(null);

Powered by Google App Engine
This is Rietveld 408576698