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

Unified Diff: content/browser/background_fetch/background_fetch_registration_id.cc

Issue 2770343002: Teach Background Fetch how to start a new fetch. (Closed)
Patch Set: Teach Background Fetch how to start a new fetch. 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/browser/background_fetch/background_fetch_registration_id.cc
diff --git a/content/browser/background_fetch/background_fetch_registration_id.cc b/content/browser/background_fetch/background_fetch_registration_id.cc
index 46d6c67928a51a2ca0b82c054392680dfbe8a6de..24efe4eade5dc8772c950065f9bae95d224fbc58 100644
--- a/content/browser/background_fetch/background_fetch_registration_id.cc
+++ b/content/browser/background_fetch/background_fetch_registration_id.cc
@@ -15,6 +15,9 @@ BackgroundFetchRegistrationId::BackgroundFetchRegistrationId(
tag_(tag) {}
BackgroundFetchRegistrationId::BackgroundFetchRegistrationId(
+ const BackgroundFetchRegistrationId& other) = default;
+
+BackgroundFetchRegistrationId::BackgroundFetchRegistrationId(
BackgroundFetchRegistrationId&& other) = default;
BackgroundFetchRegistrationId::~BackgroundFetchRegistrationId() = default;

Powered by Google App Engine
This is Rietveld 408576698