| Index: mojo/dart/packages/mojo_services/lib/native_support/process.mojom.dart
|
| diff --git a/mojo/dart/packages/mojo_services/lib/native_support/process.mojom.dart b/mojo/dart/packages/mojo_services/lib/native_support/process.mojom.dart
|
| index 028e39e260bb97e6dded294d6cfeda3781df03a1..92bdee77b72fefdc6d130e7e79d8c7431ee0f48c 100644
|
| --- a/mojo/dart/packages/mojo_services/lib/native_support/process.mojom.dart
|
| +++ b/mojo/dart/packages/mojo_services/lib/native_support/process.mojom.dart
|
| @@ -195,8 +195,6 @@ class _ProcessSpawnParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class ProcessSpawnResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -273,8 +271,6 @@ class ProcessSpawnResponseParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _ProcessSpawnWithTerminalParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(48, 0)
|
| @@ -432,8 +428,6 @@ class _ProcessSpawnWithTerminalParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class ProcessSpawnWithTerminalResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -510,8 +504,6 @@ class ProcessSpawnWithTerminalResponseParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _ProcessControllerWaitParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(8, 0)
|
| @@ -570,8 +562,6 @@ class _ProcessControllerWaitParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class ProcessControllerWaitResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -662,8 +652,6 @@ class ProcessControllerWaitResponseParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _ProcessControllerKillParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -736,8 +724,6 @@ class _ProcessControllerKillParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class ProcessControllerKillResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -813,14 +799,9 @@ class ProcessControllerKillResponseParams extends bindings.Struct {
|
| }
|
| }
|
|
|
| -
|
| -
|
| -
|
| const int _Process_spawnName = 0;
|
| const int _Process_spawnWithTerminalName = 1;
|
|
|
| -
|
| -
|
| class _ProcessServiceDescription implements service_describer.ServiceDescription {
|
| dynamic getTopLevelInterface([Function responseFactory]) =>
|
| responseFactory(null);
|
| @@ -1121,8 +1102,6 @@ class ProcessStub extends bindings.Stub {
|
| const int _ProcessController_waitName = 0;
|
| const int _ProcessController_killName = 1;
|
|
|
| -
|
| -
|
| class _ProcessControllerServiceDescription implements service_describer.ServiceDescription {
|
| dynamic getTopLevelInterface([Function responseFactory]) =>
|
| responseFactory(null);
|
|
|