Update On Mon Apr 22 20:26:13 CEST 2024

This commit is contained in:
github-action[bot]
2024-04-22 20:26:14 +02:00
parent fa49055b13
commit 955d13e9aa
132 changed files with 3595 additions and 2098 deletions

View File

@@ -46,7 +46,7 @@ class BASE_EXPORT InputHintChecker {
// Fetches and returns the input hint from the Android Framework. Throttles
// the calls to one every few milliseconds. When a call is made before the
// minimal time interval passed since the previous call, returns false.
static bool HasInput();
static bool HasInput() { return false; }
// RAII override of GetInstance() for testing.
struct ScopedOverrideInstance {

View File

@@ -56,7 +56,7 @@ std::string GetWifiSSID() {
return {};
}
absl::optional<int32_t> GetWifiSignalLevel() {
std::optional<int32_t> GetWifiSignalLevel() {
return {};
}