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

Unified Diff: content/child/service_worker/web_service_worker_registration_impl.h

Issue 1904163002: Move Web Notifications to use Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@skbitmap-blink
Patch Set: it works \o/ Created 4 years, 8 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/child/service_worker/web_service_worker_registration_impl.h
diff --git a/content/child/service_worker/web_service_worker_registration_impl.h b/content/child/service_worker/web_service_worker_registration_impl.h
index 499047489f49804012fa2a257298b8495b7d98bb..252a2d0ff0b3b6f2430fd36967ab168e0ac8c588 100644
--- a/content/child/service_worker/web_service_worker_registration_impl.h
+++ b/content/child/service_worker/web_service_worker_registration_impl.h
@@ -48,6 +48,7 @@ class CONTENT_EXPORT WebServiceWorkerRegistrationImpl
void OnUpdateFound();
// blink::WebServiceWorkerRegistration overrides.
+ int64_t registrationId() override;
void setProxy(blink::WebServiceWorkerRegistrationProxy* proxy) override;
blink::WebServiceWorkerRegistrationProxy* proxy() override;
blink::WebURL scope() const override;

Powered by Google App Engine
This is Rietveld 408576698