commit | 24351745df7fa707b86d3bfe36f663cc06c557b7 | [log] [tgz] |
---|---|---|
author | Mike Wittman <[email protected]> | Tue Jun 30 19:14:59 2020 |
committer | Commit Bot <[email protected]> | Tue Jun 30 19:14:59 2020 |
tree | 907099dece461dc82bb9b6ff28527812c7421dd5 | |
parent | c90a171113d81094525b3afd36396dd180a2021b [diff] |
[Sampling profiler] Delay profiler start post crashpad init We want to start profiling as early as possible, but also want crash reporting for this execution. Also removes the unnecessary ChromeMainDelegate::SandboxInitialized() overload. Bug: 1099411 Change-Id: I788cfe5557b5f47cfdabd3c5e03cd045d8f0e037 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2271163 Reviewed-by: David Trainor <[email protected]> Reviewed-by: Etienne Pierre-Doray <[email protected]> Commit-Queue: Mike Wittman <[email protected]> Cr-Commit-Position: refs/heads/master@{#784077}
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 .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.