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

Unified Diff: mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_interfaces.mojom.dart

Issue 1677343002: mojom_types.mojom: Changes the name |interface_name| to |service_name| in struct MojomInterface. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Responds to code review. 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_for_test_only/lib/sample/sample_interfaces.mojom.dart
diff --git a/mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_interfaces.mojom.dart b/mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_interfaces.mojom.dart
index 8c90e6df8a210589c0c8d7a3a091ac4c12cd4cc9..d680a3035f98ee60f2e2996bbd6369432da42a64 100644
--- a/mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_interfaces.mojom.dart
+++ b/mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_interfaces.mojom.dart
@@ -1627,7 +1627,7 @@ mojom_types.MojomInterface _sampleInterfacesProvider() {
..declData = (new mojom_types.DeclarationData()
..shortName = 'Provider'
..fullIdentifier = 'sample.Provider')
- ..interfaceName = 'Provider'
+ ..serviceName_ = 'Provider'
..methods = <int, mojom_types.MojomMethod>{
_Provider_echoStringName: new mojom_types.MojomMethod()
..declData = (new mojom_types.DeclarationData()
@@ -2125,7 +2125,7 @@ mojom_types.MojomInterface _sampleInterfacesIntegerAccessor() {
..declData = (new mojom_types.DeclarationData()
..shortName = 'IntegerAccessor'
..fullIdentifier = 'sample.IntegerAccessor')
- ..interfaceName = 'IntegerAccessor'
+ ..serviceName_ = 'IntegerAccessor'
..methods = <int, mojom_types.MojomMethod>{
_IntegerAccessor_getIntegerName: new mojom_types.MojomMethod()
..declData = (new mojom_types.DeclarationData()
@@ -2391,7 +2391,7 @@ mojom_types.MojomInterface _sampleInterfacesSampleInterface() {
..declData = (new mojom_types.DeclarationData()
..shortName = 'SampleInterface'
..fullIdentifier = 'sample.SampleInterface')
- ..interfaceName = 'SampleInterface'
+ ..serviceName_ = 'SampleInterface'
..methods = <int, mojom_types.MojomMethod>{
_SampleInterface_sampleMethod0Name: new mojom_types.MojomMethod()
..declData = (new mojom_types.DeclarationData()

Powered by Google App Engine
This is Rietveld 408576698