commit | d8c7cc45dce2fb09bb76a9a33154c4553ced7e18 | [log] [tgz] |
---|---|---|
author | Edman Anjos <edmanp@google.com> | Thu Feb 08 11:48:46 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 08 11:48:46 2024 |
tree | d46901703e3c1d2d935cb816a980dee30414d3bc | |
parent | 655bce69cae3c8fde852d6760c42445597abbc59 [diff] |
kiosk: Introduce LoadProfile as the API for KioskProfileLoader KioskProfileLoader uses a Delegate reference to notify results out to its owner (the KioskLaunchController). Remove the Delegate and make KioskProfileLoader take a result callback instead. This makes KioskProfileLoader a regular async function, so we make this obvious to readers by wrapping the new implementation in the LoadProfile helper. chrome/browser/ash/login/app_mode/test/web_kiosk_browsertest.cc \ chrome/browser/ash/login/app_mode/kiosk_launch_controller_unittest.cc Bug: b:290172046 Test: testing/xvfb.py tools/autotest.py -C out_/Default --run_all \ Change-Id: I0dc63cbb3d0027048592c46bf0a7e85bb5a74dd0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4765071 Commit-Queue: Edman Anjos <edman@chromium.org> Reviewed-by: Jeroen Dhollander <jeroendh@google.com> Cr-Commit-Position: refs/heads/main@{#1257860}
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.