| Index: mojo/services/prediction/interfaces/prediction.mojom
|
| diff --git a/mojo/services/prediction/interfaces/prediction.mojom b/mojo/services/prediction/interfaces/prediction.mojom
|
| index e1397244bf754d7cfea720ad296a74d667542f72..627a7408d4c09e59f75330f638f762b1d1408ee3 100644
|
| --- a/mojo/services/prediction/interfaces/prediction.mojom
|
| +++ b/mojo/services/prediction/interfaces/prediction.mojom
|
| @@ -15,6 +15,7 @@ struct PredictionInfo {
|
| string current_word;
|
| };
|
|
|
| +[ServiceName="prediction::PredictionService"]
|
| interface PredictionService {
|
| GetPredictionList(PredictionInfo prediction_info) => (array<string>? prediction_list);
|
| };
|
|
|