| Index: mojo/dart/packages/mojo_services/lib/prediction/prediction.mojom.dart
|
| diff --git a/mojo/dart/packages/mojo_services/lib/prediction/prediction.mojom.dart b/mojo/dart/packages/mojo_services/lib/prediction/prediction.mojom.dart
|
| index eb9570931e8fbbd89638f2fdf376361b24d95dae..983b2df81ced56d3fca4b0956032b8832ae943bd 100644
|
| --- a/mojo/dart/packages/mojo_services/lib/prediction/prediction.mojom.dart
|
| +++ b/mojo/dart/packages/mojo_services/lib/prediction/prediction.mojom.dart
|
| @@ -96,8 +96,6 @@ class PrevWordInfo extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class PredictionInfo extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(24, 0)
|
| @@ -200,8 +198,6 @@ class PredictionInfo extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _PredictionServiceGetPredictionListParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -275,8 +271,6 @@ class _PredictionServiceGetPredictionListParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class PredictionServiceGetPredictionListResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -365,13 +359,8 @@ class PredictionServiceGetPredictionListResponseParams extends bindings.Struct {
|
| }
|
| }
|
|
|
| -
|
| -
|
| -
|
| const int _PredictionService_getPredictionListName = 0;
|
|
|
| -
|
| -
|
| class _PredictionServiceServiceDescription implements service_describer.ServiceDescription {
|
| dynamic getTopLevelInterface([Function responseFactory]) =>
|
| responseFactory(null);
|
|
|