Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(796)

Unified Diff: content/common/background_fetch/background_fetch_types.typemap

Issue 2767093004: Implement the BackgroundFetch{Fail,ed} Service Worker events (Closed)
Patch Set: forward declare the data view Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]

Powered by Google App Engine
This is Rietveld 408576698