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

Unified Diff: Source/modules/modules.gypi

Issue 702003004: Rename PushPermissionCallback to PushPermissionStatusCallback [1/3] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 | « no previous file | 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 c0ecb9af34c0d69100a192af2d64cb9dab493879..2a3065fa24d18e888af3711a157e1d0494be9f9b 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -702,8 +702,8 @@
'push_messaging/PushEvent.h',
'push_messaging/PushManager.cpp',
'push_messaging/PushManager.h',
- 'push_messaging/PushPermissionCallback.cpp',
- 'push_messaging/PushPermissionCallback.h',
+ 'push_messaging/PushPermissionStatusCallback.cpp',
+ 'push_messaging/PushPermissionStatusCallback.h',
'push_messaging/PushRegistration.cpp',
'push_messaging/PushRegistration.h',
'push_messaging/ServiceWorkerGlobalScopePush.h',
« no previous file with comments | « no previous file | Source/modules/push_messaging/PushManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698