commit | fb06de7c7cd46de7e92e8e1150b9b0f7550ceddd | [log] [tgz] |
---|---|---|
author | conniekxu <conniekxu@chromium.org> | Sat Jan 08 00:52:07 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jan 08 00:52:07 2022 |
tree | 9fe57282cd2e556a279647d376d19dfc4fa9bb94 | |
parent | 77e76a46cfb4f160016a120248e0b9d628e719ce [diff] |
capture_mode: Don't show capture UIs on 3-second count down finished The issue is that after 3-second count down is finished, the capture mode bar shows up transiently before the start of video recording when the session is started by projector. It's because of the CaptureModeSession::OnWaitingForDlpConfirmationEnded is also called at the end of the 3-second count down. To fix this issue, this CL renames the parameter for the method to indicate whether bring back capture mode UIs or not. Test: manual Change-Id: I11e6cc3485488cb4f6cf0504045fe74ca01e514e Fixed: 1284831 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3370819 Reviewed-by: Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Connie Xu <conniekxu@chromium.org> Cr-Commit-Position: refs/heads/main@{#956749}
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.