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

Unified Diff: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h

Issue 2473483012: Move content/child/background_sync to Blink. (Closed)
Patch Set: Remove background_sync_type_converters_unittest Created 4 years, 1 month 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: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h
diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h
index b8f755021d703f64c2c1d15935f23dc2ab851d60..d2f45a960bfdcf9dd1e199347e68b7a1b2e75573 100644
--- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h
+++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h
@@ -50,6 +50,7 @@ class WebServiceWorkerRegistration {
virtual void proxyStopped() {}
virtual WebURL scope() const { return WebURL(); }
+ virtual int64_t registrationId() const = 0;
iclelland 2016/11/14 18:43:07 This makes the class abstract; there are no other
virtual void update(WebServiceWorkerProvider*,
WebServiceWorkerUpdateCallbacks*) {}
virtual void unregister(WebServiceWorkerProvider*,

Powered by Google App Engine
This is Rietveld 408576698