Remove unused DataElement logic.
In particular, remove the ability to make it use a raw data pointer. This isn't safe if Mojo is configured to copy data for same-process calls, and nothing is using it, anyways. Also remove the ability to mutate stored data directly. Also remove SetToFilePath(), which nothing is using. This does not remove SetToFilePathRange(), which is what it calls. We do want to remove that, too, eventually. Bug: None Change-Id: I0dcb291c5c2988d3e45a00d92201d0352fe03d32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431431 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#811579}
Showing
Please register or sign in to comment