Delete the unused WebPushPermissionCallback [3/3]

Patch dependency:
[1] Blink: https://crrev.com/702003004/
[2] Chromium: https://crrev.com/690833004/
[3] Blink: https://crrev.com/708543002/ (THIS PATCH)

BUG=430527

Review URL: https://codereview.chromium.org/708543002

git-svn-id: svn://svn.chromium.org/blink/trunk@184919 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 4199b80c
...@@ -15,8 +15,6 @@ class WebServiceWorkerProvider; ...@@ -15,8 +15,6 @@ class WebServiceWorkerProvider;
struct WebPushRegistration; struct WebPushRegistration;
typedef WebCallbacks<WebPushRegistration, WebPushError> WebPushRegistrationCallbacks; 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; typedef WebCallbacks<WebPushPermissionStatus, void> WebPushPermissionStatusCallback;
class WebPushClient { class WebPushClient {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment