commit | 0afac5a747775294c4e43e21c88e573e3b3bcde6 | [log] [tgz] |
---|---|---|
author | Abhi Patel <abhipatel@chromium.org> | Tue Mar 04 18:14:47 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 04 18:14:47 2025 |
tree | f41d68a4594c613e99cdd6d72ecdf2cdd515ac1c | |
parent | dc8e6d9231c7ff54036df6c1db26a0f6150af016 [diff] |
[Code Cleanup] Rename MdlType::kDefault to MdlType::kIncognito. This is to improve readability, making the code more obvious. Additionally, there were instances where the `MdlType` had a default value for methods, but this is no longer needed as the correct value should be piped from the necessary layers. Change-Id: Ieff67b5f4878a44a2490823f10f558faf32f9c22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6215090 Commit-Queue: Abhi Patel <abhipatel@chromium.org> Reviewed-by: Dustin Mitchell <djmitche@chromium.org> Cr-Commit-Position: refs/heads/main@{#1427828}
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.