Remove WebTaskRunner::PostDelayedTask() for CrossThreadClosure.
This patch removes WebTaskRunner::PostDelayedTask() for CrossThread- Closure. New code must use a new namespace-level PostDelayedCrossThread- Task() instead. These are functionally identical. This patch also converts all the existing usage. Since the number of the use sites is small, it's convenient to do migration and removal together. Bug: 794845 Change-Id: I8c9deafe1e6fbc6c23c9d38864b97d9396e72320 Reviewed-on: https://chromium-review.googlesource.com/842962Reviewed-by:Kentaro Hara <haraken@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Yuta Kitamura <yutak@chromium.org> Cr-Commit-Position: refs/heads/master@{#526002}
Showing
Please register or sign in to comment