Forward return value of PostTaskToTaskScheduler() to PostTask() in SequencedWorkerPool.
With this CL, SequencedWorkerPool::Inner::PostTask (and hence all task posting APIs associated with SequencedWorkerPool) returns false when redirection to TaskScheduler is enabled and the posted task definitely will not run. BUG=622400 Review-Url: https://codereview.chromium.org/2346823002 Cr-Commit-Position: refs/heads/master@{#418939}
Showing
Please register or sign in to comment