commit | 2d89e413749333ac98ec87fc28048efafe47158b | [log] [tgz] |
---|---|---|
author | Gordon Seto <gordonseto@google.com> | Mon Sep 27 18:24:26 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 27 18:24:26 2021 |
tree | 231dc00330aff727d8ac15d92316dfc6a1b77e9d | |
parent | 13d996adc6148c0163127dd6cbd485dc53b87da2 [diff] |
[CrOS Bluetooth] Add BluetoothModificationState to Mojo API. Add modification_state property to BluetoothSystemProperties Mojo API. This property indicates whether Bluetooth can be modified or not. Update SystemPropertiesPropertiesProviderImpl to set this value when returning system properties. It does so by observing SessionManager and indicating that Bluetooth can be modified if either no user has logged in yet, or the primary user is equal to the active user and the screen is not locked. Bug: 1010321 Change-Id: I5bcdf06947aa810aa0c6a44cf1f33bfc19a9c89a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3173990 Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Gordon Seto <gordonseto@google.com> Cr-Commit-Position: refs/heads/main@{#925343}
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.