commit | a47708364cc5c76c5e60c9edaa65582e78e5c57c | [log] [tgz] |
---|---|---|
author | Lei Zhang <[email protected]> | Wed Jul 19 18:02:36 2023 |
committer | Chromium LUCI CQ <[email protected]> | Wed Jul 19 18:02:36 2023 |
tree | b73eb13e9d32e8eca994c4bf3be72bb5f6ab6547 | |
parent | 6c265b8ffaa3e2a58f737aedfdad4c5aef0d686f [diff] |
Simplify content::NavigationController::LoadPostCommitErrorPage() Remove the error parameter from LoadPostCommitErrorPage(), as all the callers pass in the same value. Then do IWYU to fix the build. Change-Id: Ib2cb24f3112b23cc53e353bd13ad8c14b59912b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4608806 Commit-Queue: Lei Zhang <[email protected]> Code-Coverage: Findit <[email protected]> Reviewed-by: John Delaney <[email protected]> Reviewed-by: Nasko Oskov <[email protected]> Reviewed-by: Daniel Rubery <[email protected]> Cr-Commit-Position: refs/heads/main@{#1172475}
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.