commit | 506d933cd9c0ce348b97449615acbb575718ada1 | [log] [tgz] |
---|---|---|
author | Giovanni Ortuño Urquidi <[email protected]> | Mon Sep 24 22:56:38 2018 |
committer | Commit Bot <[email protected]> | Mon Sep 24 22:56:38 2018 |
tree | ceba8aacded463f35617048f3d9d51a73a7dc8a3 | |
parent | 177b931d0057522ef90a3b660f2705af0ff37b18 [diff] |
bluetooth: Always use DBusThreadManagerLinux or DBusThreadManager We always end up using DBusThreadManagerLinux on Linux and DBusThreadManager on Chrome OS. Rather than having clients pass these when initializing BluezDBusThreadManager, have BluezDBusThreadManager choose which one to use based on the OS. This puts the logic for choosing which one to use in a single place. Bug: 882771 Change-Id: I9c36eb9de8419fd5ac4bc6fbab3ded2738b33d91 Reviewed-on: https://chromium-review.googlesource.com/1237694 Reviewed-by: Sonny Sasaka <[email protected]> Reviewed-by: Peter Beverloo <[email protected]> Reviewed-by: Scott Violet <[email protected]> Reviewed-by: Michael Giuffrida <[email protected]> Commit-Queue: Giovanni Ortuño Urquidi <[email protected]> Cr-Commit-Position: refs/heads/master@{#593730}
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 .