commit | d8b1e968cb248fdd268ca0e598b79bb471c71884 | [log] [tgz] |
---|---|---|
author | Ryo Hashimoto <hashimoto@chromium.org> | Wed Nov 16 02:51:28 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 16 02:51:28 2022 |
tree | 235b59f7adfa7a12fcc143fb4f851897c4370a6e | |
parent | 128dde5c0b2a5d93c9bfa1a76b40ec6e384687e0 [diff] |
arc: Delayed launch support for ArcApps::LaunchAppWithIntent This CL supports delayed launch of ARC apps in the same way as ArcApps::Launch() by using the existing code in arc_app_util.cc. After this CL, ArcApps::LaunchAppWithIntent() can work even when app_info->ready == false. - Change the argument type of arc::LaunchAppWithIntent() to apps::IntentPtr. - Move code from ArcApps to arc_app_utils.cc - Pass the intent to WindowPredictor and ArcShelfSpinnerItemController. BUG=b:259019044 TEST=Launch Play Store TEST=Click play.google.com link on the browser to see Play Store launched Change-Id: I1b1a2713f6e128185b0a630fdcd07974baa37af3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4022316 Reviewed-by: Nancy Wang <nancylingwang@chromium.org> Commit-Queue: Ryo Hashimoto <hashimoto@chromium.org> Reviewed-by: Shengsong Tan <sstan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1072007}
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.