commit | f8dde8ff2c05060611c3c51b655b9c933ff25366 | [log] [tgz] |
---|---|---|
author | Emilia Paz <emiliapaz@chromium.org> | Thu Jun 29 16:34:14 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 29 16:34:14 2023 |
tree | fb123676ac7705f87c516130751e524ddac29f5b | |
parent | cd93272f39114d51399b553b457b37888c94ac50 [diff] |
[Extensions c2s] Move show requests toggle callback to view controller Move the extension's show requests toggle callback from the view to the view controller. Callback can be accessed via the menu handler, similar to other buttons callbacks. This CL also adds user metrics action when the user toggles the "show requests toggle" for an extension in the extensions menu. Metrics is recorded when the user allows requests (on) or hides requests (off). Bug: 1456888, 1456888 Change-Id: Ia814fd4685268c206cc099c8326355c4a5d8a2be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4637356 Reviewed-by: Elaine Chien <elainechien@chromium.org> Reviewed-by: Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Emilia Paz <emiliapaz@chromium.org> Cr-Commit-Position: refs/heads/main@{#1164166}
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.