commit | 2122a8bec41a38de46b703a9c1769a9501878ba6 | [log] [tgz] |
---|---|---|
author | Eric Lawrence <ericlaw@microsoft.com> | Thu Oct 21 19:07:46 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 21 19:07:46 2021 |
tree | 4a80e5ff40ef9bdb4acbcee88437ce02d5828e00 | |
parent | 52859228b9491528d2a8db1a1e2df36bc8556079 [diff] |
Remove defunct #includes from about_ui Over the years, lots of functionality was added and removed from pages served by the about_ui handler that is used to generate simple pages like |chrome:chrome-urls|. Many defunct #includes were left in the source after the associated functionality was removed from the handler. This CL removes those includes that are no longer needed. Change-Id: I88c66809f2d1a506b95be13db86ca4fb0c097a29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3235157 Reviewed-by: Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Eric Lawrence [MSFT] <ericlaw@microsoft.com> Cr-Commit-Position: refs/heads/main@{#933974}
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.