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

Unified Diff: mojo/dart/packages/_mojo_for_test_only/lib/dart_to_cpp/dart_to_cpp.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
« no previous file with comments | « no previous file | mojo/dart/packages/_mojo_for_test_only/lib/imported/sample_import.mojom.dart » ('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/dart_to_cpp/dart_to_cpp.mojom.dart
diff --git a/mojo/dart/packages/_mojo_for_test_only/lib/dart_to_cpp/dart_to_cpp.mojom.dart b/mojo/dart/packages/_mojo_for_test_only/lib/dart_to_cpp/dart_to_cpp.mojom.dart
index 2f0623888f9ac4435a6483222ecb131eff8e52a5..bd52e433899cb2a0a52e613d41d64ee6f3259fd4 100644
--- a/mojo/dart/packages/_mojo_for_test_only/lib/dart_to_cpp/dart_to_cpp.mojom.dart
+++ b/mojo/dart/packages/_mojo_for_test_only/lib/dart_to_cpp/dart_to_cpp.mojom.dart
@@ -1101,7 +1101,7 @@ mojom_types.MojomInterface _dartToCppCppSide() {
..declData = (new mojom_types.DeclarationData()
..shortName = 'CppSide'
..fullIdentifier = 'dart_to_cpp.CppSide')
- ..interfaceName = 'CppSide'
+ ..serviceName_ = 'CppSide'
..methods = <int, mojom_types.MojomMethod>{
_CppSide_startTestName: new mojom_types.MojomMethod()
..declData = (new mojom_types.DeclarationData()
@@ -1360,7 +1360,7 @@ mojom_types.MojomInterface _dartToCppDartSide() {
..declData = (new mojom_types.DeclarationData()
..shortName = 'DartSide'
..fullIdentifier = 'dart_to_cpp.DartSide')
- ..interfaceName = 'DartSide'
+ ..serviceName_ = 'DartSide'
..methods = <int, mojom_types.MojomMethod>{
_DartSide_setClientName: new mojom_types.MojomMethod()
..declData = (new mojom_types.DeclarationData()
« no previous file with comments | « no previous file | mojo/dart/packages/_mojo_for_test_only/lib/imported/sample_import.mojom.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698