Copy //content/renderer/push_messaging/push_messaging_utils.* to Blink
This is a necessary temporary step in order to move push_provider.* and push_messaging_client.* from //content/renderer to Blink. It's a bit sad to copy the file instead of moving it to a shared location that can be used both from content/renderer/push_messaging/push_messaging_client.cc and blink/renderer/modules/push_messaging/push_provider.cc, but since this is a brief temporary state it's perhaps cleaner and simpler than putting things in a shared location, only to move it again right afterwards. Once both files are inside Blink, push_messaging_utils.* from //content will be removed and only the one under blink/renderer/modules will remain. Bug: 939943 Change-Id: Iaa24cabe8f4c38215c86a0e82b5cc3d9c945cdb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594518Reviewed-by:Peter Beverloo <peter@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Cr-Commit-Position: refs/heads/master@{#658474}
Showing
Please register or sign in to comment