commit | f5ef3526857b6a7e624aa1b9a792bf47ec68dd7f | [log] [tgz] |
---|---|---|
author | Hajime Hoshi <[email protected]> | Tue Nov 28 19:13:00 2017 |
committer | Commit Bot <[email protected]> | Tue Nov 28 19:13:00 2017 |
tree | b51d300a86c913c9fce6f47d4267a467fc316df4 | |
parent | 9366669d92ede1c46444a0b5ab5b2c7e536aef74 [diff] |
Avoid default arguments at ThrottlingURLLoader As the number of callers is not big, let's not use default arguments for code health. Another motivation of this CL is that we (people working on schedulers) would like to do our local experiment to investigate task runner usages: we plan to add an argument base::Location to TTRH::Get() and collect the data on our local machine. Replacing TTRH::Get() with e.g. TTRH::Get(FROM_HERE) would not be simple without this CL since we can't compile default arguments' arguments. Change-Id: I305cc3def1f24035ceb303019e35dcc0fa2b849e Reviewed-on: https://chromium-review.googlesource.com/792318 Reviewed-by: Kinuko Yasuda <[email protected]> Reviewed-by: Alexander Timin <[email protected]> Commit-Queue: Hajime Hoshi <[email protected]> Cr-Commit-Position: refs/heads/master@{#519781}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .