You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chromium uses D-Bus to communicate with UPower.
It uses it to query battery status among many things.
see:
services/device/battery/battery_status_manager_linux.cc
Fixes error/warning messages related to UPower:
```
Failed to call method: org.freedesktop.UPower.GetDisplayDevice
The name org.freedesktop.UPower was not provided by any .service files
```
Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com>
0 commit comments