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

Unified Diff: content/browser/background_sync/background_sync_manager.h

Issue 1230213004: [Background Sync] Sent sync registration details to worker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bgsync-event-mek
Patch Set: Validate safety of static_casts Created 5 years, 5 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_sync/background_sync_manager.h
diff --git a/content/browser/background_sync/background_sync_manager.h b/content/browser/background_sync/background_sync_manager.h
index e49c815894fcd003337c2519fdfa23313a6077ed..33ce39df3ef0bec9f2298cafb4cc5fa1cbf315e9 100644
--- a/content/browser/background_sync/background_sync_manager.h
+++ b/content/browser/background_sync/background_sync_manager.h
@@ -120,6 +120,7 @@ class CONTENT_EXPORT BackgroundSyncManager
const ServiceWorkerStorage::GetUserDataForAllRegistrationsCallback&
callback);
virtual void FireOneShotSync(
+ BackgroundSyncRegistration* registration,
jkarlin 2015/07/17 18:07:22 const BackgroundSyncRegistration& registration
iclelland 2015/07/17 18:34:25 Done.
const scoped_refptr<ServiceWorkerVersion>& active_version,
const ServiceWorkerVersion::StatusCallback& callback);

Powered by Google App Engine
This is Rietveld 408576698