commit | 63d985f815684b3fb53c231a28119b5421fb09a8 | [log] [tgz] |
---|---|---|
author | Chuong Ho <hdchuong@google.com> | Tue Sep 12 01:09:41 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 12 01:09:41 2023 |
tree | 01a9f14d26e4152c880861da84801574bf2ba516 | |
parent | cc955e7eb870a1cd2f21fae842dc6dec18f22178 [diff] |
inputs: add backend support for promo card This CL adds the implementation that forwards the promo card's user interaction to the editor mediator. The editor mediator then delegates the processing of the promo card interaction to the consent store. If the user action is "Explicitly Declined" (user presses the Dismissed button) then the setting toggle should be switched off. Bug: b/299825551 Change-Id: I425345cd372df74c98d0584d82ff685431511a8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4855859 Reviewed-by: Michelle Chen <michellegc@google.com> Reviewed-by: Darren Shen <shend@chromium.org> Commit-Queue: Chuong Ho <hdchuong@google.com> Cr-Commit-Position: refs/heads/main@{#1195138}
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.