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

Unified Diff: mojo/dart/packages/_mojo_for_test_only/lib/regression_tests/regression_tests.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/regression_tests/regression_tests.mojom.dart
diff --git a/mojo/dart/packages/_mojo_for_test_only/lib/regression_tests/regression_tests.mojom.dart b/mojo/dart/packages/_mojo_for_test_only/lib/regression_tests/regression_tests.mojom.dart
index c8c69b9613b62492ad6145d2baa9f13849bd637c..27f2073aebff5ff920040cfa274778c1ca0135b4 100644
--- a/mojo/dart/packages/_mojo_for_test_only/lib/regression_tests/regression_tests.mojom.dart
+++ b/mojo/dart/packages/_mojo_for_test_only/lib/regression_tests/regression_tests.mojom.dart
@@ -2386,7 +2386,7 @@ mojom_types.MojomInterface _regressionTestsCheckMethodWithEmptyResponse() {
..declData = (new mojom_types.DeclarationData()
..shortName = 'CheckMethodWithEmptyResponse'
..fullIdentifier = 'regression_tests.CheckMethodWithEmptyResponse')
- ..interfaceName = 'CheckMethodWithEmptyResponse'
+ ..serviceName_ = 'CheckMethodWithEmptyResponse'
..methods = <int, mojom_types.MojomMethod>{
_CheckMethodWithEmptyResponse_withoutParameterAndEmptyResponseName: new mojom_types.MojomMethod()
..declData = (new mojom_types.DeclarationData()
@@ -2689,7 +2689,7 @@ mojom_types.MojomInterface _regressionTestsCheckNameCollision() {
..declData = (new mojom_types.DeclarationData()
..shortName = 'CheckNameCollision'
..fullIdentifier = 'regression_tests.CheckNameCollision')
- ..interfaceName = 'CheckNameCollision'
+ ..serviceName_ = 'CheckNameCollision'
..methods = <int, mojom_types.MojomMethod>{
_CheckNameCollision_withNameCollisionName: new mojom_types.MojomMethod()
..declData = (new mojom_types.DeclarationData()
@@ -2934,7 +2934,7 @@ mojom_types.MojomInterface _regressionTestsCheckEnumCaps() {
..declData = (new mojom_types.DeclarationData()
..shortName = 'CheckEnumCaps'
..fullIdentifier = 'regression_tests.CheckEnumCaps')
- ..interfaceName = 'CheckEnumCaps'
+ ..serviceName_ = 'CheckEnumCaps'
..methods = <int, mojom_types.MojomMethod>{
_CheckEnumCaps_setEnumWithInternalAllCapsName: new mojom_types.MojomMethod()
..declData = (new mojom_types.DeclarationData()
@@ -3134,7 +3134,7 @@ mojom_types.MojomInterface _regressionTestsTestInterface() {
..declData = (new mojom_types.DeclarationData()
..shortName = 'TestInterface'
..fullIdentifier = 'regression_tests.TestInterface')
- ..interfaceName = 'TestInterface'
+ ..serviceName_ = 'TestInterface'
..methods = <int, mojom_types.MojomMethod>{
_TestInterface_someMessageName: new mojom_types.MojomMethod()
..declData = (new mojom_types.DeclarationData()
@@ -3333,7 +3333,7 @@ mojom_types.MojomInterface _regressionTestsRegression551() {
..declData = (new mojom_types.DeclarationData()
..shortName = 'Regression551'
..fullIdentifier = 'regression_tests.Regression551')
- ..interfaceName = 'Regression551'
+ ..serviceName_ = 'Regression551'
..methods = <int, mojom_types.MojomMethod>{
_Regression551_getName: new mojom_types.MojomMethod()
..declData = (new mojom_types.DeclarationData()
@@ -3576,7 +3576,7 @@ mojom_types.MojomInterface _regressionTestsServiceName() {
..declData = (new mojom_types.DeclarationData()
..shortName = 'ServiceName'
..fullIdentifier = 'regression_tests.ServiceName')
- ..interfaceName = 'ServiceName'
+ ..serviceName_ = 'ServiceName'
..methods = <int, mojom_types.MojomMethod>{
_ServiceName_serviceName_Name: new mojom_types.MojomMethod()
..declData = (new mojom_types.DeclarationData()

Powered by Google App Engine
This is Rietveld 408576698