commit | 260dc49621cf3b85939e284ea070ad6ae662eb3d | [log] [tgz] |
---|---|---|
author | Xinghui Lu <xinghuilu@chromium.org> | Thu Jan 02 19:12:12 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 02 19:12:12 2025 |
tree | 1b3a1a49d934f3ba0d31e5155fd204f95f5707fb | |
parent | 2247c8a2ae4fabffc8267aa21eae935681f355af [diff] |
[CLAMS] Use DeleteSoon to reset session. Before session_.reset() can be safely called within the model execution callback (tracked in crbug.com/384774788), use DeleteSoon to reset the session. Bug: 380928557 Change-Id: I3c80137ad869681ea221a0dd25a917faecb49934 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6115615 Reviewed-by: Seung Jae Lim <andysjlim@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1401519}
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.