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

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

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.cc
diff --git a/content/common/background_fetch/background_fetch_types.cc b/content/common/background_fetch/background_fetch_types.cc
index 60b6a692b0c81a12a243228a1254a65dccf6ed47..13325ef1752ca23145d246b5f9f27bb4163f7df4 100644
--- a/content/common/background_fetch/background_fetch_types.cc
+++ b/content/common/background_fetch/background_fetch_types.cc
@@ -26,4 +26,11 @@ BackgroundFetchRegistration::BackgroundFetchRegistration(
BackgroundFetchRegistration::~BackgroundFetchRegistration() = default;
+BackgroundFetchSettledFetch::BackgroundFetchSettledFetch() = default;
+
+BackgroundFetchSettledFetch::BackgroundFetchSettledFetch(
+ const BackgroundFetchSettledFetch& other) = default;
+
+BackgroundFetchSettledFetch::~BackgroundFetchSettledFetch() = default;
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698