| Index: content/common/background_fetch/background_fetch_types.typemap
|
| diff --git a/content/common/background_fetch/background_fetch_types.typemap b/content/common/background_fetch/background_fetch_types.typemap
|
| index 4a00cb1c54c404633bd33ceae698f214461fefad..9fce85f3b10a512e8c605f42d42300e7f12abf8e 100644
|
| --- a/content/common/background_fetch/background_fetch_types.typemap
|
| +++ b/content/common/background_fetch/background_fetch_types.typemap
|
| @@ -14,5 +14,6 @@ deps = [
|
| type_mappings = [
|
| "blink.mojom.BackgroundFetchOptions=content::BackgroundFetchOptions",
|
| "blink.mojom.BackgroundFetchRegistration=content::BackgroundFetchRegistration",
|
| + "content.mojom.BackgroundFetchSettledFetch=::content::BackgroundFetchSettledFetch",
|
| "blink.mojom.IconDefinition=content::IconDefinition",
|
| ]
|
|
|