commit | 4023d1d7b187150c981df22847e734a8061f24d6 | [log] [tgz] |
---|---|---|
author | Johannes Henkel <johannes@chromium.org> | Tue Mar 25 23:14:49 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 25 23:14:49 2025 |
tree | 2e2fb3f82ec96fef91dfa5dc49ef2115bf7adbaa | |
parent | debdc544a4076ee2374767cc540dcd6b7511d7c0 [diff] |
inline blink::kSoftNavigationCountDefaultValue just in case Marking as inline ensures there's only one copy of the variable. I'm not completely sure it's needed since it's "just" an int, but according to our c++ best practices constexpr variables without inline in the header could cause ODR violations (and subtle bugs). Change-Id: I6dc25b1f7edfb0b2152ea6aaaf8b5ebafcd42a82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6394620 Reviewed-by: Nate Chapin <japhet@chromium.org> Commit-Queue: Johannes Henkel <johannes@chromium.org> Commit-Queue: Nate Chapin <japhet@chromium.org> Auto-Submit: Johannes Henkel <johannes@chromium.org> Cr-Commit-Position: refs/heads/main@{#1437811}
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.