| commit | eb1f656aa5ccfe753d297ad32a492bb0dd9ca06c | [log] [tgz] |
|---|---|---|
| author | Thomas Nguyen <tungnh@chromium.org> | Tue Jan 21 14:52:39 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 21 14:52:39 2025 |
| tree | ccb07af86f35707677b1ff2884fbc40686d98018 | |
| parent | 558bc72a4f93b12d67a0ecd851487e12239e89fb [diff] |
[PEPC] Split permission controller to mediator and coordinator classes This CL changes the existing controller code, using mediator and coordinator classes to match the current MVC Chrome Android setup. It also helps separate the logic for embedded and default permission prompts by using an abstract base class and inheritance. Bug: 391068114 Change-Id: I9e9fc157cccd13f8b5d23e8f120fdff80ec98097 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6182146 Commit-Queue: Thomas Nguyen <tungnh@chromium.org> Reviewed-by: Ravjit Uppal <ravjit@chromium.org> Cr-Commit-Position: refs/heads/main@{#1408973}
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.