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

Unified Diff: Source/modules/modules.gypi

Issue 793913002: Stub implementation for PushRegistration.unregister(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@mvan_6
Patch Set: remove trace Created 6 years 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
« no previous file with comments | « Source/bindings/core/v8/CallbackPromiseAdapter.h ('k') | Source/modules/push_messaging/PushManager.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 86a9598cb40c00c9f8ba7cede8b3d17c73e566a1..676f0223cceff58dd19ce0382e3d523f86ba5a31 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -844,6 +844,8 @@
'push_messaging/PushPermissionStatusCallback.h',
'push_messaging/PushRegistration.cpp',
'push_messaging/PushRegistration.h',
+ 'push_messaging/PushRegistrationCallbacks.cpp',
+ 'push_messaging/PushRegistrationCallbacks.h',
'push_messaging/ServiceWorkerGlobalScopePush.h',
'push_messaging/ServiceWorkerRegistrationPush.cpp',
'push_messaging/ServiceWorkerRegistrationPush.h',
« no previous file with comments | « Source/bindings/core/v8/CallbackPromiseAdapter.h ('k') | Source/modules/push_messaging/PushManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698