commit | 0479aa4fe83237eb28a2387be170aec37cf81edc | [log] [tgz] |
---|---|---|
author | Jeffrey Kardatzke <jkardatzke@google.com> | Thu Dec 03 03:57:42 2020 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 03 03:57:42 2020 |
tree | 75c6696664921039e0c05c7935d3aafa0d4b509e | |
parent | db0551621053329d6a000b4a3695e92f0d955759 [diff] |
mojo: Remove incorrect DCHECK in MojoDecryptorService This doesn't align with the media::Decryptor documentation where it indicates it should return kSuccess and a null buffer if CancelDecrypt is called. BUG=None TEST=Builds Change-Id: Ib0654014262f61db7875274350d92a7510c065ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570127 Commit-Queue: Jeffrey Kardatzke <jkardatzke@google.com> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Auto-Submit: Jeffrey Kardatzke <jkardatzke@google.com> Reviewed-by: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#833137}
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.
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.