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

Unified Diff: Source/modules/background_sync/PeriodicSyncRegistration.h

Issue 1311053002: [BackgroundSync] Use appopriate type parameters for WebCallbacks (2/4) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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
« no previous file with comments | « no previous file | Source/modules/background_sync/PeriodicSyncRegistration.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/background_sync/PeriodicSyncRegistration.h
diff --git a/Source/modules/background_sync/PeriodicSyncRegistration.h b/Source/modules/background_sync/PeriodicSyncRegistration.h
index 0024a79f0220092e3f8ec47be5ece0c0c03795b6..40014cd503a8e45f963432b6695f374117bdf661 100644
--- a/Source/modules/background_sync/PeriodicSyncRegistration.h
+++ b/Source/modules/background_sync/PeriodicSyncRegistration.h
@@ -20,8 +20,7 @@ struct WebSyncRegistration;
class PeriodicSyncRegistration final : public GarbageCollectedFinalized<PeriodicSyncRegistration>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
- static PeriodicSyncRegistration* take(ScriptPromiseResolver*, WebSyncRegistration*, ServiceWorkerRegistration*);
- static void dispose(WebSyncRegistration* registrationRaw);
+ static PeriodicSyncRegistration* take(ScriptPromiseResolver*, PassOwnPtr<WebSyncRegistration>, ServiceWorkerRegistration*);
virtual ~PeriodicSyncRegistration();
« no previous file with comments | « no previous file | Source/modules/background_sync/PeriodicSyncRegistration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698