1. Publish DEPS for 112.0.5615.40
    
  2. Incrementing VERSION to 112.0.5615.40
    
    Change-Id: Ia46c28558f2b652fae52fe030adfa1cc92777c8a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4367720
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/5615@{#779}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  3. Reverts UIButtonConfiguration changes on the M112 branch.
    
    Partially reverts the following three CLs:
    4276801: [iOS] Refactor usage of UIButton.contentEdgeInsets Pt 1 | https://chromium-review.googlesource.com/c/chromium/src/+/4276801
    4283980: [iOS] Refactor usage of UIButton.contentEdgeInsets Pt 2 | https://chromium-review.googlesource.com/c/chromium/src/+/4283980
    4283460: [iOS] Refactor usage of UIButton.contentEdgeInsets Pt 3 | https://chromium-review.googlesource.com/c/chromium/src/+/4283460
    
    Also updates signin_promo_view.mm and
    price_notifications_track_button.mm to remove
    UIButtonConfiguration-related changes while preserving other changes
    that were merged to M112.
    
    Bug: 1427174
    Change-Id: I799d5c4fdac0b2bd90e6242a9965ea3796fbd52a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4366880
    Reviewed-by: Justin Cohen <[email protected]>
    Reviewed-by: Ali Juma <[email protected]>
    Commit-Queue: Krishna Govind <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#778}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  4. Roll Chrome Mac PGO Profile
    
    Roll Chrome Mac PGO profile from chrome-mac-5615-1679564849-afe471edfac811fdac6056d1170ebf8ba880f773.profdata to chrome-mac-5615-1679593504-fdf1a67d3b509fc3d20df48a333ec77f99ffd26c.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
    Tbr: [email protected]
    Change-Id: Ife214abdf35474913227466045a2185660e750ba
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4366705
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#777}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  5. Roll Chrome Linux PGO Profile
    
    Roll Chrome Linux PGO profile from chrome-linux-5615-1679541361-0702ba15df324e070f7946102c6ece57aa349934.profdata to chrome-linux-5615-1679593504-bd5d3538b51aa8f519059307bf7caf320c95f701.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-linux-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
    Tbr: [email protected]
    Change-Id: I9737feb4a872cac72dd29455b13cb18e0c45e6c0
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4366848
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#776}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  6. Prevent file picker from closing lens upload dialog
    
    The issue was caused from https://chromium-review.googlesource.com/c/chromium/src/+/4087385, which closes the upload dialog during focusOut events if the relatedTarget is null (which happens when the file picker is open). To fix this, we can make sure the document has focus (which it doesn't when the file picker is opened) before closing.
    
    Screencast of fix and helpful console logs: https://screencast.googleplex.com/cast/NTYzMzE3ODU1NjQzMjM4NHxmNWYyNmJkYy1iNg
    
    (cherry picked from commit c3eec68b90f79aff8d6375f2f244c40689ebc87c)
    
    Bug: 1406771, b/273961108
    Change-Id: I87be5930ba1bb19264af4a03140ecb24f4fe4c38
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4338401
    Commit-Queue: Anthony Carrington <[email protected]>
    Reviewed-by: Roman Arora <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1118921}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4367118
    Cr-Commit-Position: refs/branch-heads/5615@{#775}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  7. [5615][IOS]Gracefully fail in LinkToText Mediator if no active WebState
    
    It is possible that the menu is triggered when there is no active
    webState, so handle that case gracefully.
    Also use the weak WebStateList API.
    
    (cherry picked from commit 4a11b9b695d6c1ba65798d3c3f6ee65c9f3f1830)
    
    Bug: 1426761
    Change-Id: I0939a586bf99b57019bb8a49bf69f625557659fc
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4359690
    Commit-Queue: Sylvain Defresne <[email protected]>
    Auto-Submit: Olivier Robin <[email protected]>
    Reviewed-by: Sylvain Defresne <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1120627}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4363521
    Commit-Queue: Olivier Robin <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#774}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  8. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-5615-1679541361-b42ae5d34069f8eb35572d727c3bc63c302e0b51.profdata to chrome-win64-5615-1679564849-467f4938fd72a9465bfcb94aae2d6625432708c0.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
    Tbr: [email protected]
    Change-Id: Ia018bc6aeeb076e80d48be5aa77e56fd1da26c94
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4363237
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#773}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  9. Updating XTBs based on .GRDs from branch 5615
    
    Change-Id: I52d3ab5a8d612bac9ea388c15e3ef033ce452447
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4366398
    Auto-Submit: Ben Mason <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#772}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  10. Automatic update from google3
    
    Automatic update for 2023-03-23 UTC
    
    Change-Id: Ibf243326e721c4e43e0fd5cf29e27c4e845a825f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4366418
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#771}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  11. Roll ChromeOS Atom AFDO profile from 112-5615.18-1678703645-benchmark-112.0.5615.32-r1 to 112-5615.29-1679308963-benchmark-112.0.5615.39-r1
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/cros-afdo-atom-chromium-beta
    Please CC [email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ic5d28b394614919a63343dc153e389fda5ebde01
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4366621
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#770}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  12. Roll ChromeOS Bigcore AFDO profile from 112-5615.9-1678701106-benchmark-112.0.5615.32-r1 to 112-5615.18-1679307392-benchmark-112.0.5615.39-r1
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/cros-afdo-bigcore-chromium-beta
    Please CC [email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Icddef86ad69ecc6919fe14e928ceed14f575cc4c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4366619
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#769}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  13. Show recovery settings toggle only with hardware support
    
    We're currently showing the toggle as soon as the corresponding feature
    is enabled. This commit changes that behavior so that hardware support
    is also taken into account.
    
    This commit is a cherry-pick (see below), but it does not include the
    browser test code of the original commit because the test code depends
    on commits that are not on this release branch. The automated tests pass
    on main though.
    
    (cherry picked from commit af8902bd202efa87b8ed8163d881c20efa48f1bd)
    
    Bug: b:239421378, b:273931720
    Change-Id: Ia89bc781cf2b72b2377686be3c9ce3edd21e3371
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4335298
    Reviewed-by: Wes Okuhara <[email protected]>
    Commit-Queue: Martin Bidlingmaier <[email protected]>
    Reviewed-by: Elie Maamari <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1118020}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355026
    Auto-Submit: Martin Bidlingmaier <[email protected]>
    Commit-Queue: Elie Maamari <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#768}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  14. Roll Chrome Mac PGO Profile
    
    Roll Chrome Mac PGO profile from chrome-mac-5615-1679525332-5f998b0f598d7ba2aee910dc08dfb89c0ca3b9fb.profdata to chrome-mac-5615-1679564849-afe471edfac811fdac6056d1170ebf8ba880f773.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
    Tbr: [email protected]
    Change-Id: Iaae2509e131abe3313bcf3969b6bb38cfcfcd298
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4366018
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#767}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  15. Automatic update from google3
    
    Automatic update for 2023-03-23 UTC
    
    Change-Id: I320c59d2a4a5ff42a955a908b0e57f78dcfdbbf6
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4366159
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#766}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  16. Automated Commit: LKGM 15359.32.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8785876329092744673
    
    Change-Id: Ic5ae4f46479391a4495ede556991f109758b0f11
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4363694
    Commit-Queue: ChromeOS bot <[email protected]>
    Bot-Commit: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#765}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  17. Roll Amd64 AFDO from 112.0.5615.32_rc-r1-merged to 112.0.5615.39_rc-r1-merged
    
    This CL may cause a small binary size increase, roughly proportional
    to how long it's been since our last AFDO profile roll. For larger
    increases (around or exceeding 100KB), please file go/crostc-bug.
    
    Please note that, despite rolling to chrome/android, this profile is
    used for both Linux and Android.
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/afdo-chromium-beta
    Please CC [email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I70520d6e4b917da7dc077d1dc61441ecae429f49
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4363728
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#764}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  18. [M112] Only import strip_binary.gni on linux
    
    Only Linux platforms should be dependent on this file.
    
    (cherry picked from commit c4d61c09523f42962a8e4038430f6603e3ce21a6)
    
    Change-Id: I32d31e009aaab72a6014ee3a882cd34e8167f759
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355196
    Reviewed-by: Thiago Perrotta <[email protected]>
    Commit-Queue: Wanda Mora <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1120548}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4361480
    Auto-Submit: Wanda Mora <[email protected]>
    Commit-Queue: Thiago Perrotta <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#763}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  19. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-5615-1679525332-593081f3034d3fc897308088daa4e3245d93ef08.profdata to chrome-win32-5615-1679541361-715f3b461d6979802e82b0848700e88491ad4f3e.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
    Tbr: [email protected]
    Change-Id: I5a81166b8ca0e11cf35c212ff5b44326ab406c3a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4364721
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#762}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  20. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-5615-1679525332-937097ed731da222a31a338c5b4ba57c527ac39a.profdata to chrome-win64-5615-1679541361-b42ae5d34069f8eb35572d727c3bc63c302e0b51.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
    Tbr: [email protected]
    Change-Id: Ica6b86bc932370153e922f1654011b16238bb9c4
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4363686
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#761}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  21. Roll Chrome Linux PGO Profile
    
    Roll Chrome Linux PGO profile from chrome-linux-5615-1679525332-af497b855219bd322e5de2bb5d616cdbc80dda84.profdata to chrome-linux-5615-1679541361-0702ba15df324e070f7946102c6ece57aa349934.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-linux-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
    Tbr: [email protected]
    Change-Id: I7ec00fed1ecaaa534fa7c82faa22f3c4e57b0335
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4363395
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#760}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  22. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-5615-1679501923-2e66c9a34f4090b60f67787987df967cf5423c6e.profdata to chrome-win32-5615-1679525332-593081f3034d3fc897308088daa4e3245d93ef08.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
    Tbr: [email protected]
    Change-Id: I57d43ec939fa9ee584536df7aac9d51ce3d056ac
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4363604
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#759}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  23. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-5615-1679501923-9c23f26798e9f895e8df98eca69c49920eb27c49.profdata to chrome-win64-5615-1679525332-937097ed731da222a31a338c5b4ba57c527ac39a.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
    Tbr: [email protected]
    Change-Id: Ia0c0e1ed6eea2e9a897afb544f0f4b04440278f7
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4363580
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#758}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  24. Roll Chrome Mac PGO Profile
    
    Roll Chrome Mac PGO profile from chrome-mac-5615-1679501923-ad382b1eafeb15e3220fa116b1736ae9f28a7e1e.profdata to chrome-mac-5615-1679525332-5f998b0f598d7ba2aee910dc08dfb89c0ca3b9fb.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
    Tbr: [email protected]
    Change-Id: I5688770c0e89549648fae6ca56abc510e23e9a41
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4363345
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#757}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  25. Roll Chrome Linux PGO Profile
    
    Roll Chrome Linux PGO profile from chrome-linux-5615-1679501923-2b39f438fb84331944b36bef010dd6f3f595a7f9.profdata to chrome-linux-5615-1679525332-af497b855219bd322e5de2bb5d616cdbc80dda84.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-linux-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
    Tbr: [email protected]
    Change-Id: I0b0598167975736dcf2a48cfb95f494092ae599e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4363605
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#756}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  26. Check for null session in CastActivityManager::JoinSession()
    
    In such cases return early without attempting to join.
    
    (cherry picked from commit 732ba1d6f500df6247d21db828dd2c3a94b13281)
    
    Bug: 1413782
    Change-Id: I2c106e72bfdd97830da94a3d4978e8af543d317a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4335638
    Commit-Queue: Takumi Fujimoto <[email protected]>
    Reviewed-by: Ahmed Moussa <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1117263}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4363879
    Auto-Submit: Takumi Fujimoto <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#755}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  27. [112 merge] diacritics: Add enum value for when diacritics blocks auto repeat
    
    Adds enum value to `IMEPKLongpressDiacriticAction` which tracks whenever
    auto repeat would be blocked for keys that do not have diacritics (ex
    'q').
    
    (cherry picked from commit 30af6daa0917eb9b5529e218771391cd373e39fd)
    
    Change-Id: I959cd7b5c532d5db2c6c7bf37f2989fe1da4b56a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4298384
    Reviewed-by: Zentaro Kavanagh <[email protected]>
    Commit-Queue: David Padlipsky <[email protected]>
    Reviewed-by: Darren Shen <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1113524}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4336070
    Cr-Commit-Position: refs/branch-heads/5615@{#754}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  28. Incrementing VERSION to 112.0.5615.39
    
    Change-Id: I7223e0a13fd6c3c04f04bf78852e69a11c8b5f5b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4364158
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/5615@{#753}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  29. [lacros skew tests] Refresh skew tests for M113
    
    This CL updates the ash version ['113.0.5669.0'] for Lacros version skew testing.
    This cl only affect linux-lacros config builders like
    linux-lacros-tester-rel, linux-lacros-rel.
    This cl will certainly NOT affect Lacros on-device builders
    (lacros-amd64-generic-rel, lacros-amd64-generic-chrome-skylab,
    etc) or any other platforms.
    
    If this CL caused regressions, please revert and stop the autoroller
    at https://luci-scheduler.appspot.com/jobs/chrome/lacros-version-skew-roller
    Also please file a bug to OS>LaCrOS>Partner, and CC [email protected].
    
    [email protected]
    
    Bug: None
    Change-Id: I726e661a0753f35da1713d9ea0cdd1923b3b6e5f
    Requires-Testing: True
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4362242
    Auto-Submit: chrome-weblayer-builder <chrome-weblayer-builder@chops-service-accounts.iam.gserviceaccount.com>
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#752}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  30. Incrementing VERSION to 112.0.5615.38
    
    Change-Id: Ib4b52c84e8436002282ff76b14f1fae586468232
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4362599
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/5615@{#751}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  31. [M112] DocumentRules: Ignore non-HTTP(s) links when matching document rules
    
    We already ignore such urls in list rules, and have a security check [1]
    in the browser that asserts that URLs are http(s).
    
    [1] https://source.chromium.org/chromium/chromium/src/+/main:content/browser/preloading/speculation_rules/speculation_host_impl.cc;l=25;drc=8825f55cefa55c1897dc5e0070a3c5c103e43735
    
    (cherry picked from commit 0dc9fab5785d16e85c84b9f1fe70f78f9301e4ea)
    
    Bug: 1425861
    Change-Id: I6805ba0b27d4a46dab7582e70cdbb58e7f55fe66
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355111
    Commit-Queue: Adithya Srinivasan <[email protected]>
    Reviewed-by: Jeremy Roman <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1119584}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4361018
    Commit-Queue: Jeremy Roman <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#750}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  32. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-5615-1679483059-1a386e1e0c260f1a1a3ae458e95377fd5850d2eb.profdata to chrome-win32-5615-1679501923-2e66c9a34f4090b60f67787987df967cf5423c6e.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
    Tbr: [email protected]
    Change-Id: Ifd9b5b7f51dcee51c3d75e96c5fde66a9eb99529
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4361727
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#749}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  33. CCNS: Ignore the cookie changes made by the navigation request
    
    In https://crrev.com/c/4235289, we move the cookie change listener
    to NavigationRequest, which will observe all the cookie modification
    since the start of the navigation until the end of the document's life
    time. The cookie modification will be used as a signal indicating the
    necessity of inactive document destruction, so we should exclude the
    ones made by the navigation request itself.
    
    In this CL, instead of just keeping two boolean values in
    `CookieChangeListener`, we use two counters instead, which makes it
    possible to decrement the number of cookie modification observed from
    `CookieAccessObserver`.
    
    (cherry picked from commit 7728014a49fd96e0a94fb10d4fdd39488f529a6a)
    
    Bug: 1426704
    Change-Id: I567816a060b2548bee34a4a7741af553331d2974
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4328755
    Reviewed-by: Rakina Zata Amni <[email protected]>
    Commit-Queue: Mingyu Lei <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1116265}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4354964
    Commit-Queue: Prudhvikumar Bommana <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#748}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  34. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-5615-1679483059-3fb880655dec92b85601f901105d5f35ce9f3f08.profdata to chrome-win64-5615-1679501923-9c23f26798e9f895e8df98eca69c49920eb27c49.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I74630b281d4837a55b3b855607a3fdf0c9fb3031
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4361725
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#747}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  35. Roll Chrome Mac PGO Profile
    
    Roll Chrome Mac PGO profile from chrome-mac-5615-1679483059-de36666b1a3c4189131cec8444058182b2860225.profdata to chrome-mac-5615-1679501923-ad382b1eafeb15e3220fa116b1736ae9f28a7e1e.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
    Tbr: [email protected]
    Change-Id: Ic3b80629ea913ae7fa0a10a975bf31069ec24143
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4362360
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#746}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  36. Revert "Implement AccentColor and AccentColorText system colors"
    
    This reverts commit f14e2905b3448a4869f4bb9a31260becf9571eba.
    
    Reason for revert: https://bugs.chromium.org/p/chromium/issues/detail?id=1425116
    Despite being gated behind a flag, this patch still affects the behavior on sites where "AccentColor" or "AccentColorText" is used and can result in some sort of transparent color being rendered.
    
    Original change's description:
    > Implement AccentColor and AccentColorText system colors
    >
    > This was proposed and resolved here:
    > https://github.com/w3c/csswg-drafts/issues/7347
    >
    > This patch matches the firefox behavior. We don't currently have a way
    > of getting custom accent colors on any platform besides MacOS, and it
    > would seem that firefox doesn't do so either.
    >
    > This is gated behind an experimental flag for now.
    >
    > Bug: 1338061
    > Change-Id: I97393303f5b6fb141acaaf525d9f353bea49a604
    > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3764721
    > Commit-Queue: Joey Arhar <[email protected]>
    > Reviewed-by: Mason Freed <[email protected]>
    > Cr-Commit-Position: refs/heads/main@{#1098956}
    
    (cherry picked from commit bb8ea91185d4e12cff390775cbf99f0dcf0f6c07)
    
    Bug: 1338061
    Fixed: 1425116
    Change-Id: I5b773ce4fdb8da1fbebe95bfc2ec4137e5e9c2e9
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4357404
    Reviewed-by: Mason Freed <[email protected]>
    Commit-Queue: Joey Arhar <[email protected]>
    Commit-Queue: Mason Freed <[email protected]>
    Auto-Submit: Joey Arhar <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1119971}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4362043
    Cr-Commit-Position: refs/branch-heads/5615@{#745}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  37. Roll Chrome Linux PGO Profile
    
    Roll Chrome Linux PGO profile from chrome-linux-5615-1679483059-95d4ddf7dc6381c7c99876bcb76d9a39f0a7f3db.profdata to chrome-linux-5615-1679501923-2b39f438fb84331944b36bef010dd6f3f595a7f9.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-linux-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
    Tbr: [email protected]
    Change-Id: I0e9ca2a094d76fd16463e1bf982d83116d385310
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4361643
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#744}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  38. Expose kStylusPointerAdjustment to Java
    
    (cherry picked from commit e065dc30c03f6c4e6951862259d0cba46d86151f)
    
    Bug: 1424465
    Change-Id: I382dce770b39a15a9d52c8d804d8ea4461c4e2f2
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4338336
    Reviewed-by: Jinsuk Kim <[email protected]>
    Commit-Queue: Alex Mitra <[email protected]>
    Commit-Queue: Jinsuk Kim <[email protected]>
    Auto-Submit: Alex Mitra <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1117107}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4359677
    Cr-Commit-Position: refs/branch-heads/5615@{#743}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  39. [Leipzig][Desktop] Fix double messages in the Delete address popup.
    
    Bug: https://screenshot.googleplex.com/58AnpUfesvGFR6r.png
    Fix: https://screenshot.googleplex.com/5vmpMdmkAFB99iC.png
    
    (cherry picked from commit 23b23554a191d76d9930a8697db91e46cb0f6b16)
    
    Bug: 1426436
    Change-Id: I3600f8ae1c48bfd2565b17f1e6da96ebba4b8c96
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4356947
    Reviewed-by: Matthias Körber <[email protected]>
    Reviewed-by: Mohamed Amir Yosef <[email protected]>
    Commit-Queue: Dmitry Vykochko <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1119902}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4362400
    Bot-Commit: Rubber Stamper <[email protected]>
    Owners-Override: Prudhvikumar Bommana <[email protected]>
    Commit-Queue: Prudhvikumar Bommana <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#742}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  40. [BMO] [dPWA] [Extensions] Ignore bookmark app extensions
    
    This change causes any "bookmark" extensions left over from web app
    / PWA installs pre-September-2020. These seem to have not been removed,
    as they were installed as kInternal extensions, and the old filtering
    did not affect these.
    
    This change is meant as a short-term solution that is merge-able to m112
    and m111 if possible.
    
    The final removal of these extensions is tracked in b/274012279.
    
    (cherry picked from commit 10a45bbb5090f201284be1b4f548857854888870)
    
    Bug: 1423621,1419686,1420966
    Change-Id: Ia6db05d68f55f11bf440f1c1f36d8ac41762bf1b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348474
    Reviewed-by: Devlin Cronin <[email protected]>
    Commit-Queue: Daniel Murphy <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1118766}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355195
    Auto-Submit: Daniel Murphy <[email protected]>
    Reviewed-by: Daniel Murphy <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#741}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  41. [5615] Add email's accessibility.
    
    Add link role to plain text email address.
    
    (cherry picked from commit c195306f64295ff99b6cf648c46b15c18b398334)
    
    Bug: 1426240
    Change-Id: I39799035aa821d2eff6fea213ed2b7c80449105a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4357724
    Commit-Queue: Elmehdi Rahmaoui <[email protected]>
    Reviewed-by: David Jean <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1119924}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4361223
    Reviewed-by: Éric Noyau <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#740}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  42. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-5615-1679463420-3fad88272dc5d09eedbbd789708c53b43421e0b2.profdata to chrome-win32-5615-1679483059-1a386e1e0c260f1a1a3ae458e95377fd5850d2eb.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
    Tbr: [email protected]
    Change-Id: If8954570f6e493c171f05d77f15480a7ea617110
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4360758
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#739}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  43. Add fallback Linux UI for when GTK 3.20 isn't available
    
    The minimum required version of GTK is 3.20 after [1] since all
    supported distros have it available.  However, we still have
    some infra without GTK 3.20, so this CL adds a fallback codepath
    for when GTK 3.20 isn't available.
    
    This CL incidentally makes GTK an optional dependency in Chrome.
    For now, the manual dependency will be kept in the deb/rpm packages.
    
    [1] https://crrev.com/1104801
    
    R=​thestig,sky
    
    (cherry picked from commit 38f747321ad5e796f850046f43aa938fbfdf6fed)
    
    Change-Id: I6f30b7298a13a75602b98547bdfbf9dbc6bab99b
    Bug: b/270232634
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4295455
    Reviewed-by: Scott Violet <[email protected]>
    Commit-Queue: Thomas Anderson <[email protected]>
    Reviewed-by: Lei Zhang <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1111248}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4358593
    Commit-Queue: Prudhvikumar Bommana <[email protected]>
    Reviewed-by: Thomas Anderson <[email protected]>
    Owners-Override: Prudhvikumar Bommana <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#738}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  44. [iOS] Bookmark window is correctly sized.
    
    Result can be seen on https://drive.google.com/file/d/1UEYiJrjcDNMzD0xWv__4R_6BV0NOnJHf/view?usp=share_link
    
    R=​jlebel
    
    (cherry picked from commit a36935bc6064babd947e1ab6069f5aed8fb1cdd4)
    
    Fixed: 1414433
    Change-Id: I0004ce3fd0cfe67bfd4fb232ce92ccbd7f89bed7
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4303864
    Reviewed-by: Jérôme Lebel <[email protected]>
    Commit-Queue: Arthur Milchior <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1112384}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4360919
    Cr-Commit-Position: refs/branch-heads/5615@{#737}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  45. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-5615-1679463420-2b78088a28b3932f8ce553af48a48338d9bb49ff.profdata to chrome-win64-5615-1679483059-3fb880655dec92b85601f901105d5f35ce9f3f08.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I229717bee9f091be87aca54e483dc47a076d6ae4
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4360420
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#736}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  46. Automatic update from google3
    
    Automatic update for 2023-03-22 UTC
    
    Change-Id: I5a4dd8866e0b3c1d6551ad4d66e1fdfe307c2501
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4360422
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#735}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  47. Roll Chrome Mac PGO Profile
    
    Roll Chrome Mac PGO profile from chrome-mac-5615-1679463420-fbf470877c7f45be677ac13c7b2bfc7dbbac6c4f.profdata to chrome-mac-5615-1679483059-de36666b1a3c4189131cec8444058182b2860225.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
    Tbr: [email protected]
    Change-Id: I63f35c5177510e30c27c7cf94383e9116c298402
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4360464
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#734}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  48. Updating XTBs based on .GRDs from branch 5615
    
    Change-Id: I551e803197b187cad7e792ea86473df08256716e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4359772
    Auto-Submit: Ben Mason <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#733}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  49. Automatic update from google3
    
    Automatic update for 2023-03-22 UTC
    
    Change-Id: Ibfc9ba4a44664548850041615f720de87d5543bb
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4360421
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#732}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  50. Roll Chrome Linux PGO Profile
    
    Roll Chrome Linux PGO profile from chrome-linux-5615-1679463420-8391a213c04e93ec9c22a4e8dfa4a0d663fcf81f.profdata to chrome-linux-5615-1679483059-95d4ddf7dc6381c7c99876bcb76d9a39f0a7f3db.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-linux-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
    Tbr: [email protected]
    Change-Id: I35a30481d9c94475deee51765479c9ba8e75e1f1
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4360858
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#731}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  51. Automated Commit: LKGM 15359.31.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8785966976077987457
    
    Change-Id: I552f28e7fdc22ed85d0384c19e5e494721db9528
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4360638
    Commit-Queue: ChromeOS bot <[email protected]>
    Bot-Commit: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#730}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  52. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-5615-1679442598-cc64bad0d2953931a177f1409de40f4a3bb43276.profdata to chrome-win32-5615-1679463420-3fad88272dc5d09eedbbd789708c53b43421e0b2.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
    Tbr: [email protected]
    Change-Id: Ib4b0914493850be060eaf4342180fbdfd7397530
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4359570
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#729}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  53. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-5615-1679442598-588e8b6f86621fc868a3aee305946a77467b7d71.profdata to chrome-win64-5615-1679463420-2b78088a28b3932f8ce553af48a48338d9bb49ff.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I511d195a99f4bce721d6e97fa7ffeeb8a61b6ebb
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4357529
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#728}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  54. Roll Chrome Mac PGO Profile
    
    Roll Chrome Mac PGO profile from chrome-mac-5615-1679442598-6129ea6282947b1c2ee119c3f86186aa6cb7879d.profdata to chrome-mac-5615-1679463420-fbf470877c7f45be677ac13c7b2bfc7dbbac6c4f.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
    Tbr: [email protected]
    Change-Id: I6e504f86612b945f701a5bfb91f60941f8ebcbe8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4359511
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#727}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  55. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-5615-1679417671-49c23c5332f131644822afb996367d738a0d751d.profdata to chrome-win32-5615-1679442598-cc64bad0d2953931a177f1409de40f4a3bb43276.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
    Tbr: [email protected]
    Change-Id: If3f3f06a3cbebf14d7849f8cf4062f212a6b975d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4359132
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#726}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  56. Roll Chrome Linux PGO Profile
    
    Roll Chrome Linux PGO profile from chrome-linux-5615-1679442598-4074caf6c44318a8677ece6695db25010ced25f3.profdata to chrome-linux-5615-1679463420-8391a213c04e93ec9c22a4e8dfa4a0d663fcf81f.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-linux-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
    Tbr: [email protected]
    Change-Id: I0023be59554db4526e0ca9a8587ac39aaa713de3
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4359022
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#725}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  57. [M112] preload: Record the metrics of triggered mousedown and mouseover
    
    This CL introduces PreloadBookmarkMetricsEvent to evaluate
    the percentage of these two events translating into a full click.
    
    (cherry picked from commit 16ac3e6584843f82c1e5f16be71b393e665f6adc)
    
    Bug: 1422819
    Change-Id: Ib653c5cbe5c01319700c0924b0e13aae06640226
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4322977
    Reviewed-by: Kouhei Ueno <[email protected]>
    Commit-Queue: Huanpo Lin <[email protected]>
    Reviewed-by: Takashi Toyoshima <[email protected]>
    Reviewed-by: Scott Violet <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1118501}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4358142
    Commit-Queue: Prudhvikumar Bommana <[email protected]>
    Owners-Override: Prudhvikumar Bommana <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#724}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  58. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-5615-1679417671-0dc8c86e947bc61ec2a0b9a169b3be5f8fb9f2b8.profdata to chrome-win64-5615-1679442598-588e8b6f86621fc868a3aee305946a77467b7d71.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
    Tbr: [email protected]
    Change-Id: Ib209c612ef14a8f22586c717144f453bb6d8c916
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4357523
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#723}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  59. Roll Chrome Mac PGO Profile
    
    Roll Chrome Mac PGO profile from chrome-mac-5615-1679417671-7f851be71f879e9f2d739d6d54af6b37fdcfa8dc.profdata to chrome-mac-5615-1679442598-6129ea6282947b1c2ee119c3f86186aa6cb7879d.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
    Tbr: [email protected]
    Change-Id: I4c3f4cb2647983fe595c7978458f976516a972d4
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4359292
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#722}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  60. Roll Chrome Linux PGO Profile
    
    Roll Chrome Linux PGO profile from chrome-linux-5615-1679417671-f3fa42310ceb04c012cc6f49ebef9b3712d0c882.profdata to chrome-linux-5615-1679442598-4074caf6c44318a8677ece6695db25010ced25f3.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-linux-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
    Tbr: [email protected]
    Change-Id: I58332a1c6c7a232d768cf8c74d8f5b0e2b96c807
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4358860
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#721}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
    
  61. [lacros skew tests] Refresh skew tests for M113
    
    This CL updates the ash version ['113.0.5667.0'] for Lacros version skew testing.
    This cl only affect linux-lacros config builders like
    linux-lacros-tester-rel, linux-lacros-rel.
    This cl will certainly NOT affect Lacros on-device builders
    (lacros-amd64-generic-rel, lacros-amd64-generic-chrome-skylab,
    etc) or any other platforms.
    
    If this CL caused regressions, please revert and stop the autoroller
    at https://luci-scheduler.appspot.com/jobs/chrome/lacros-version-skew-roller
    Also please file a bug to OS>LaCrOS>Partner, and CC [email protected].
    
    [email protected]
    
    Bug: None
    Change-Id: Ia2afc0a40a0d7962ef06a6ac6f8230678d05824f
    Requires-Testing: True
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355707
    Auto-Submit: chrome-weblayer-builder <chrome-weblayer-builder@chops-service-accounts.iam.gserviceaccount.com>
    Bot-Commit: Rubber Stamper <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/5615@{#720}
    Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}