| Index: mojo/services/icu_data/interfaces/icu_data.mojom
|
| diff --git a/mojo/services/icu_data/interfaces/icu_data.mojom b/mojo/services/icu_data/interfaces/icu_data.mojom
|
| index ced5aa64359941c8bcdc962d2ace971239b1e5f2..886b1a3803dd8cff0cfa1630f14a23fa9033497c 100644
|
| --- a/mojo/services/icu_data/interfaces/icu_data.mojom
|
| +++ b/mojo/services/icu_data/interfaces/icu_data.mojom
|
| @@ -5,6 +5,7 @@
|
| [DartPackage="mojo_services"]
|
| module icu_data;
|
|
|
| +[ServiceName="icu_data::ICUData"]
|
| interface ICUData {
|
| Map(string sha1hash) => (handle<shared_buffer>? icu_data);
|
| };
|
|
|