commit | 7f56fd822d1edb7400af10da9fd66788b6e91542 | [log] [tgz] |
---|---|---|
author | Francois Doray <[email protected]> | Fri Feb 16 14:49:45 2018 |
committer | Commit Bot <[email protected]> | Fri Feb 16 14:49:45 2018 |
tree | db8b327d03e44ed6befacd6692770b69f4034c8f | |
parent | d84a393e71f7ddcdd99e5949eb5fc0de5765b7b2 [diff] |
Do not get TaskScheduler field trial params from command line in renderers. base::GetFieldTrialParams() used not to work in child processes. For that reason, we built a system to pass scheduler field trial params to renderers on the command line. Now that base::GetFieldTrialParams() works fine in child processes (https://cs.chromium.org/chromium/src/content/app/content_main_runner.cc?l=160&rcl=9030625190ec0a2b60be2af279bcb234f47d3f51), we don't need to use that system anymore. [email protected] Bug: 810049 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ic40653eece1a103a9c913cb286925061fed1121c Reviewed-on: https://chromium-review.googlesource.com/909169 Commit-Queue: François Doray <[email protected]> Reviewed-by: Scott Violet <[email protected]> Reviewed-by: Robert Liao <[email protected]> Cr-Commit-Position: refs/heads/master@{#537305}
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 .