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

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: rebase 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 86a9598cb40c00c9f8ba7cede8b3d17c73e566a1..658250fcc3b7f1b58177e74e61753455179d04b8 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/PushRegistrationCallback.cpp',
+ 'push_messaging/PushRegistrationCallback.h',
'push_messaging/ServiceWorkerGlobalScopePush.h',
'push_messaging/ServiceWorkerRegistrationPush.cpp',
'push_messaging/ServiceWorkerRegistrationPush.h',

Powered by Google App Engine
This is Rietveld 408576698