commit | c965fd6ce9d24bf6ed897266c771cc9c6f20c1ef | [log] [tgz] |
---|---|---|
author | mostynb <[email protected]> | Fri Jan 08 14:22:07 2016 |
committer | Commit bot <[email protected]> | Fri Jan 08 14:23:16 2016 |
tree | c8f331c063a1c9af955108f7c56b52bf98c32f23 | |
parent | bd70e29efd739f4088160e9a2ff4a2814d69b85b [diff] |
call static SequencedWorkerPool::GetSequenceToken() method directly Followup to https://codereview.chromium.org/1414793009/ in order to avoid a GCC unused result warning. SequencedWorkerPool::GetSequenceToken() is now a static method, GCC emits a warning for BrowserThread::GetBlockingPool()->GetSequenceToken() since the return value of BrowserThread::GetBlockingPool() is not used. We should just all the static method directly. Review URL: https://codereview.chromium.org/1567983003 Cr-Commit-Position: refs/heads/master@{#368326}