[ios] Add utils for drag and drop
This CL adds utils for creating UIDragItems. Two types of items can be dragged from Chrome: 1) A tab (from tab grid, tab strip, and omnibox) 2) An URL (from bookmarks, history, recent tabs, and reading list) This CL is one in a series to add drag and drop functionality in a multi-window world. A tab drag item has enough information to locate a tab and move it from one window to another. These util methods will be used in future CLs to fulfill drag delegate protocol methods to create drag items. Bug: 1087844 Change-Id: Ib56c287e6d8b631d275528430cd7ae1102044642 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246178 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:Mark Cogan <marq@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/master@{#778980}
Showing
Please register or sign in to comment