commit | c09f5d400b9ce6900006d327fcd22312f93a7224 | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Mon Oct 16 19:10:00 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 16 19:10:00 2017 |
tree | f739f0992ac990885dbc2a8f65351b9c1037d7d3 | |
parent | 21e5615b6812c131c2b6d1f7cca41bcd7018bfe4 [diff] |
Introducing content/common/sandbox_init_gpu_linux.cc First patch in a series to split the content/gpu warmup from the sandboxing infrastructure so that it can move out from under content. A subsequent patch will remove the calls from bpf_* back into /sandbox_init_gpu_linux.cc in favor of passing closures. Freed from these dependencies, the content/common/sandbox_linux code can move into services/service_manager/sandbox/linux in a third patch. Eventually, sandbox_init_gpu_linux.cc itself can move nearer to gpu/. Also move sandbox_init_linux.cc up a level so that it can be next to its win and mac counterparts. This file will not move along with the other sandbox_linux files, so move it now. Other functional changes are: Adding a set_broker_process() to the GpuProcessPolicy. Removing bare new in favor of unique_ptrs. Removing some used-once statics in favor of lambdas. Change-Id: I66ce7d86c6c697d1704aac19c1fc5d6f8fd318be Reviewed-on: https://chromium-review.googlesource.com/716711 Reviewed-by: Robert Sesek <rsesek@chromium.org> Reviewed-by: Jochen Eisinger <jochen@chromium.org> Reviewed-by: Jorge Lucangeli Obes <jorgelo@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#509125}
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 .