We aim to remove all the usages of ThreadTaskRunnerHandle/SequencedTaskRunnerHandle::Get in renderer. As one of the steps,
* Introduce TTRH/STRH::GetForTesting()
* Replace all Get() with GetForTesting() in all renderer tests
Thus, this is just renaming, but we will be able to forbid Get() usages with presubmit.py in the future.
Doc: https://docs.google.com/document/d/1n9qNbP0H28J4DIzorydemc36b1xy-8-5zEADsoJfMxU/edit#heading=h.yqd0rv2o92v1
Comment 1 by hajimehoshi@chromium.org
, Dec 12 2017Status: Started (was: Untriaged)