commit | f1a99bb03c757d102e7921fb556286a235e65ab3 | [log] [tgz] |
---|---|---|
author | Xiaohan Wang <xhwang@chromium.org> | Tue Mar 08 00:13:03 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 08 00:13:03 2022 |
tree | bb03a4a7617868fddc216899713449ef7d04cdb5 | |
parent | bf1c7bbac50ebb6f364c29a6c997dda5da82eb9b [diff] |
permissions: Replace LOG(WARNING) with VLOG(1) In a debug build api_permission_set.cc is generating a log of warning messages that normal developers aren't really interested in. Replace it with DVLOG(1) as suggested in Chromium coding style: https://chromium.googlesource.com/chromium/src/+/HEAD/styleguide/c++/c++.md#logging Change-Id: Icff89586ec93c2312da8752dd1a7daae56c3b813 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3508218 Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Auto-Submit: Xiaohan Wang <xhwang@chromium.org> Reviewed-by: Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/main@{#978531}
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.