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

Unified Diff: mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/validation_test_interfaces.mojom.dart

Issue 1719873003: Mojom runtime type info: New implementation for Go. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebasing 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
« no previous file with comments | « no previous file | mojo/go/tests/validation_type_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/validation_test_interfaces.mojom.dart
diff --git a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/validation_test_interfaces.mojom.dart b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/validation_test_interfaces.mojom.dart
index 61c0bbf812fd9e6fc39063c1ad8f69f357e8482d..affd508d9608b16ec38b37de3a347771de09d16f 100644
--- a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/validation_test_interfaces.mojom.dart
+++ b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/validation_test_interfaces.mojom.dart
@@ -4366,7 +4366,7 @@ class _BoundsCheckTestInterfaceServiceDescription implements service_describer.S
}
abstract class BoundsCheckTestInterface {
- static const String serviceName = null;
+ static const String serviceName = "this.is.the.service.name.for.BoundsCheckTestInterface";
dynamic method0(int param0,[Function responseFactory = null]);
void method1(int param0);
}
« no previous file with comments | « no previous file | mojo/go/tests/validation_type_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698