commit | 376de757734a9a72e920dc574f5632ad9fb42e18 | [log] [tgz] |
---|---|---|
author | Sylvain Defresne <sdefresne@chromium.org> | Thu Feb 03 17:32:11 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 03 17:32:11 2022 |
tree | 2911b0f28918ad5e9e9a643f98149d6e043744f8 | |
parent | 21509e156ff29746c6c1568349139e332c9a3fd9 [diff] |
[ios] Include header defining OverflowMenuModel class The class OverflowMenuModel is implemented in Swift and the real name of the Objective-C class is different. Forward declaration can causes errors at link time. Bug: none Change-Id: Ib294ad69aca014eb1bd5409bde6731f7a9fa1856 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3436828 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by: Mike Pinkerton <pinkerton@chromium.org> Commit-Queue: Mike Pinkerton <pinkerton@chromium.org> Cr-Commit-Position: refs/heads/main@{#966790}
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.