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

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

Issue 2774343002: Hook up BackgroundFetchServiceImpl::Fetch() to start a fetch (Closed)
Patch Set: rebase 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 c334cc5b7a7106a747f33d0e369e7e98041fa5e2..18156b0d4ea03193ead71dcfbeca3efedf17b477 100644
--- a/content/browser/background_fetch/background_fetch_registration_id.cc
+++ b/content/browser/background_fetch/background_fetch_registration_id.cc
@@ -20,6 +20,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