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

Unified Diff: third_party/WebKit/Source/modules/push_messaging/ServiceWorkerRegistrationPush.h

Issue 2651613002: Use a new Supplement constructor for ServiceWorkerRegistration supplements (Closed)
Patch Set: temp Created 3 years, 10 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: third_party/WebKit/Source/modules/push_messaging/ServiceWorkerRegistrationPush.h
diff --git a/third_party/WebKit/Source/modules/push_messaging/ServiceWorkerRegistrationPush.h b/third_party/WebKit/Source/modules/push_messaging/ServiceWorkerRegistrationPush.h
index 343581ec8bc8fe51b52bd2419d59f1744dea8285..3d0f4405c90aaad9ff4282c50b1d68f337171a48 100644
--- a/third_party/WebKit/Source/modules/push_messaging/ServiceWorkerRegistrationPush.h
+++ b/third_party/WebKit/Source/modules/push_messaging/ServiceWorkerRegistrationPush.h
@@ -30,10 +30,9 @@ class ServiceWorkerRegistrationPush final
DECLARE_VIRTUAL_TRACE();
private:
- explicit ServiceWorkerRegistrationPush(ServiceWorkerRegistration*);
+ explicit ServiceWorkerRegistrationPush(ServiceWorkerRegistration&);
static const char* supplementName();
- Member<ServiceWorkerRegistration> m_registration;
Member<PushManager> m_pushManager;
};

Powered by Google App Engine
This is Rietveld 408576698