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

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

Issue 2473483012: Move content/child/background_sync to Blink. (Closed)
Patch Set: Code review changes 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..d750efaa310713e48dd1ce8c586af772d8bdfed5 100644
--- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h
+++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h
@@ -66,6 +66,8 @@ class WebServiceWorkerRegistration {
const WebString& value,
WebServiceWorkerProvider*,
std::unique_ptr<WebSetNavigationPreloadHeaderCallbacks>) {}
+
+ virtual int64_t registrationId() const = 0;
Peter Beverloo 2016/11/08 16:45:11 nit: everything else in this class has empty imple
Peter Beverloo 2016/11/08 16:45:11 micro nit: maybe put this next to scope(), since t
adithyas 2016/11/08 18:26:19 I don't really have a good default value; I would
adithyas 2016/11/08 18:26:19 Done.
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698