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

Unified Diff: mojo/dart/packages/mojo_services/lib/mojo/http_message.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_message.mojom.dart
diff --git a/mojo/dart/packages/mojo_services/lib/mojo/http_message.mojom.dart b/mojo/dart/packages/mojo_services/lib/mojo/http_message.mojom.dart
index d4bf2560ff4d17545d6edff17537edd5793c923f..3f2b281cb371a8391819180910d915751b1cd634 100644
--- a/mojo/dart/packages/mojo_services/lib/mojo/http_message.mojom.dart
+++ b/mojo/dart/packages/mojo_services/lib/mojo/http_message.mojom.dart
@@ -138,8 +138,6 @@ class HttpRequest extends bindings.Struct {
}
-
-
class HttpResponse extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
const bindings.StructDataHeader(24, 0)
@@ -256,6 +254,3 @@ class HttpResponse extends bindings.Struct {
-
-
-

Powered by Google App Engine
This is Rietveld 408576698