commit | 1f37809f8adaf1da4ef3402fcd2578f39dce6b81 | [log] [tgz] |
---|---|---|
author | Palak Agarwal <agpalak@chromium.org> | Mon Dec 13 10:35:13 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 13 10:35:13 2021 |
tree | f71cbaf9ed7a00f30ae00009553d353ad6d94bdf | |
parent | 2d9ef209374e3e3e8fcbf0fbc0804da78739fe66 [diff] |
Replace DeviceAccessResultCode with VideoCaptureError This CL removes the enum video_capture.mojom.DeviceAccessResultCode defined in services/video_capture/public/mojom/device_factory.mojom. We now use media.mojom.VideoCaptureError in CreateDeviceResponse to better define and distinguish between the errors. Bug: 1254269 Change-Id: Id014b79d39e5a72bca858c1bfb0c224bde8e790e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3325911 Reviewed-by: Henrik Boström <hbos@chromium.org> Reviewed-by: Tomas Gunnarsson <tommi@chromium.org> Reviewed-by: Stefan Kuhne <skuhne@chromium.org> Reviewed-by: danakj chromium <danakj@chromium.org> Reviewed-by: Tony Herre <toprice@chromium.org> Commit-Queue: Palak Agarwal <agpalak@chromium.org> Cr-Commit-Position: refs/heads/main@{#950973}
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.