commit | a103ebf24f407dbde7bc4cd85070c0a4fb5eaeac | [log] [tgz] |
---|---|---|
author | Mark Rowe <markrowe@chromium.org> | Tue Aug 27 22:09:09 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 27 22:09:09 2024 |
tree | 6a1d445a7a9b019b227008a7460fc50f9a4936a7 | |
parent | c34bf5c2526ad48d8f1760322ba1ba64f3d5773e [diff] |
Change ExtensionContextMenuVisibilityApiTest::top_level_model_ to be a raw_ptr This required updating the argument type of TestRenderViewContextMenu::GetMenuModelAndItemIndex and updating its other callers to also use raw_ptr. Fixed: 346693946 Change-Id: Id53794debb35e41d4bed9320035fa4ef985ea924 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5817904 Auto-Submit: Mark Rowe <markrowe@chromium.org> Reviewed-by: Theresa Sullivan <twellington@chromium.org> Commit-Queue: Theresa Sullivan <twellington@chromium.org> Cr-Commit-Position: refs/heads/main@{#1347666}
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.