commit | c254b5f1d60b52b0b26172d986a702d98ce05377 | [log] [tgz] |
---|---|---|
author | ginnnnnnny <ginnyhuang@chromium.org> | Wed Jan 22 17:26:36 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 22 17:26:36 2025 |
tree | 67b16cc8d8d6d91ad1058d11c9a94af516a6fefe | |
parent | 5ac58045403076f190190c0635e2e47d9087b049 [diff] |
[iOS][feed-positioning] Show MV tile context menu items in MV item (2/3) This CL chain aims to add the items "Hide 'Your Top Sites'" and "Customize Cards" to each most visited item as well. This specific CL redefines the ContextSuggestionsMenuProvider into a ContentSuggestionsMenuElementsProvider, so instead of returning the entire menu configuration, the delegate method only provides a context menu action provider. This way, we can retrieve the specific actions for each magic stack tile and potentially use them in other menus. Bug: 390261118 Change-Id: Id122521b5dc234b62f085d1a7d8a031eefeb68bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6186111 Reviewed-by: Scott Yoder <scottyoder@google.com> Reviewed-by: Chris Lu <thegreenfrog@chromium.org> Commit-Queue: Ginny Huang <ginnyhuang@chromium.org> Cr-Commit-Position: refs/heads/main@{#1409733}
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.