Index: public/platform/WebPushClient.h |
diff --git a/public/platform/WebPushClient.h b/public/platform/WebPushClient.h |
index 853655dc22bb0987c4eaf319533630c89201295d..874206a7fae9854dec2979d859b26aeebc8a7ca6 100644 |
--- a/public/platform/WebPushClient.h |
+++ b/public/platform/WebPushClient.h |
@@ -15,8 +15,6 @@ class WebServiceWorkerProvider; |
struct WebPushRegistration; |
typedef WebCallbacks<WebPushRegistration, WebPushError> WebPushRegistrationCallbacks; |
-// FIXME: Delete WebPushPermissionCallback once the embedder stops depending on it. |
-typedef WebCallbacks<WebPushPermissionStatus, void> WebPushPermissionCallback; |
typedef WebCallbacks<WebPushPermissionStatus, void> WebPushPermissionStatusCallback; |
class WebPushClient { |