• fdoray's avatar
    Make SequencedWorkerPool::IsRunningSequenceOnCurrentThread() private. · 2c56f2de
    fdoray authored
    This method is not used outside of SequencedWorkerPool itself. Making it private
    will prevent external users from using it directly, which will help the deprecation
    of SequencedWorkerPool.
    
    SequencedWorkerPool::IsRunningSequenceOnCurrentThread() is still used
    by the RunsTasksOnCurrentThread() method of SequencedTaskRunners
    returned by a SequencedWokrerPool.
    
    BUG=622400
    
    Review-Url: https://codereview.chromium.org/2341063002
    Cr-Commit-Position: refs/heads/master@{#418984}
    2c56f2de
sequenced_worker_pool_unittest.cc 39.2 KB