Index: third_party/WebKit/public/platform/modules/background_sync/WebSyncProvider.h |
diff --git a/third_party/WebKit/public/platform/modules/background_sync/WebSyncProvider.h b/third_party/WebKit/public/platform/modules/background_sync/WebSyncProvider.h |
index 6101d6350356dae17c5703b278e8c71144235d6a..84dce899bab149e7f69eb9154453d58bcc58d4d0 100644 |
--- a/third_party/WebKit/public/platform/modules/background_sync/WebSyncProvider.h |
+++ b/third_party/WebKit/public/platform/modules/background_sync/WebSyncProvider.h |
@@ -30,8 +30,6 @@ public: |
// Takes ownership of the WebSyncGetRegistrationsCallbacks. |
// Does not take ownership of the WebServiceWorkerRegistration. |
virtual void getRegistrations(WebServiceWorkerRegistration*, WebSyncGetRegistrationsCallbacks*) = 0; |
- |
- virtual void releaseRegistration(int64_t handleId) = 0; |
}; |
} // namespace blink |