commit | 6acf7ca8b05b2addcad6835d02e1bbc7dfc12fcd | [log] [tgz] |
---|---|---|
author | Yusuke Sato <yusukes@chromium.org> | Thu May 13 22:42:58 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 13 22:42:58 2021 |
tree | 9855487c8f26edd8a5cb15ddf64796aa4d4722ab | |
parent | 7730737897ef33dc20a0282291f854391694cc9f [diff] |
Remove unnecessary DBusThreadManager::GetSetterForTesting calls Some calls can be removed, and some can be replaced with DBusThreadManager::Initialize(). BUG=b:187208174,b:187204428 TEST=try Change-Id: Id6ede1c1a0ea997b6b4f0ad8b12bbbd12fa1ba43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2878584 Reviewed-by: Steven Bennetts <stevenjb@chromium.org> Reviewed-by: Filip Gorski <fgorski@chromium.org> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#882734}
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.