commit | f5d639c31fc2b67b875cd2c77e9e50402fb9a31f | [log] [tgz] |
---|---|---|
author | Aman Verma <amanvr@google.com> | Mon Nov 14 14:49:04 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 14 14:49:04 2022 |
tree | 64ff323349ee7d2cb5518000233a58a990f4650d | |
parent | b9ae47dcdf3e891f5a23353db5f963b0e564f72b [diff] |
[base] Change CurrentProcess::SetProcessType to use switch case to map process_type to sting name Remove for-loop which was mapping process types to string names. Add ENABLE_BASE_TRACING flags for compatibility with enable_base_tracing = false. Change-Id: I1ff1922cf0a9b5ab54e749c91c81c2e188f479fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4016554 Reviewed-by: Alexander Timin <altimin@chromium.org> Commit-Queue: Aman Verma <amanvr@google.com> Reviewed-by: Mirko Bonadei <mbonadei@chromium.org> Cr-Commit-Position: refs/heads/main@{#1070996}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
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.
If you found a bug, please file it at https://crbug.com/new.