Move WebPushSubscriptionOptions out of exposed blink API
This struct is no longer used outside of Blink, so we can remove it from the public API and merge it along with blink::PushSubscriptionOptions, which represents the same kind of information, but from a point of view that is closer to the DOM and V8 than the struct being removed. As it happened when cleaning up WebPushSubscription, to do this we also needed to adjust a few places inside the PushMessaging module. Additionally, we can also remove public/common/push_messaging entirely, since there are no more files left in there now. Bug: 939943 Change-Id: I643126db8f9391116464f45d79d761bc0ce4caac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645781 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:Peter Beverloo <peter@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#668369}
Showing
Please register or sign in to comment