commit | b49fae85afd5707027815ad9d1c7797a8e0c7170 | [log] [tgz] |
---|---|---|
author | Robert Sesek <rsesek@chromium.org> | Fri Jan 29 17:08:50 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 29 17:08:50 2021 |
tree | 3227861b3b358f75063e5bfafa6d1e3d8e112b52 | |
parent | 75541462db4393c20dbf53e11b8e9c5fdbea78e7 [diff] |
Move from mojo::DataPipe to mojo::CreateDataPipe in //services The DataPipe constructor has no way to check for errors if creation fails, so it CHECKs and crashes. CreateDataPipe offers a way to check the return value. Bug: 944990 Change-Id: I3729099bb412cfa0abbf12d8cb4bccfe327d71dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2657655 Reviewed-by: Clark DuVall <cduvall@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#848567}
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.