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

Unified Diff: Source/modules/modules.gypi

Issue 841333002: Push API: rename registration to subscription. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use https in the spec link. Created 5 years, 11 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
« no previous file with comments | « LayoutTests/http/tests/push_messaging/unsubscribe.html ('k') | Source/modules/push_messaging/PushManager.h » ('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 eda88642c6c648be6deabe5a7937d7bb51a0300d..cc195939870c2971a81f0c24e9d9a911349463f6 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -130,7 +130,7 @@
'push_messaging/PushEvent.idl',
'push_messaging/PushManager.idl',
'push_messaging/PushMessageData.idl',
- 'push_messaging/PushRegistration.idl',
+ 'push_messaging/PushSubscription.idl',
'quota/DeprecatedStorageInfo.idl',
'quota/DeprecatedStorageQuota.idl',
'quota/StorageErrorCallback.idl',
@@ -879,10 +879,10 @@
'push_messaging/PushMessageData.h',
'push_messaging/PushPermissionStatusCallbacks.cpp',
'push_messaging/PushPermissionStatusCallbacks.h',
- 'push_messaging/PushRegistration.cpp',
- 'push_messaging/PushRegistration.h',
- 'push_messaging/PushRegistrationCallbacks.cpp',
- 'push_messaging/PushRegistrationCallbacks.h',
+ 'push_messaging/PushSubscription.cpp',
+ 'push_messaging/PushSubscription.h',
+ 'push_messaging/PushSubscriptionCallbacks.cpp',
+ 'push_messaging/PushSubscriptionCallbacks.h',
'push_messaging/ServiceWorkerGlobalScopePush.h',
'push_messaging/ServiceWorkerRegistrationPush.cpp',
'push_messaging/ServiceWorkerRegistrationPush.h',
« no previous file with comments | « LayoutTests/http/tests/push_messaging/unsubscribe.html ('k') | Source/modules/push_messaging/PushManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698