Replace base::Timer with behavior-specific timers in extensions/
This CL replaces base::Timer with its subclasses. As base::Timer changes its behavior subject to its construction time flags, that makes hard to see the actual timer behavior, especially it's unclear when a timer is injected from other components. Also, that OnceCallback support of base::Timer is hard to implement on the dynamically determined invocation pattern. Bug: 850247 Change-Id: I2a7a85a39ba25da01cec2b151d2911f7dba8029a Reviewed-on: https://chromium-review.googlesource.com/1128691Reviewed-by:Ken Rockot <rockot@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#573524}
Showing
Please register or sign in to comment