Implement setAudioMuted and isAudioMuted AndroidX APIs

Allow developer to get/set whether web contents should be muted. This is the chromium implementation for corresponding AndroidX APIs.

Bug: 325071689

Change-Id: I259eba394e7c68233823c415f681c7c9ced0233b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5291076
Commit-Queue: Aashna Jena <aashnajena@google.com>
Reviewed-by: Peter Beverloo <peter@chromium.org>
Reviewed-by: Richard (Torne) Coles <torne@chromium.org>
Reviewed-by: Yaron Friedman <yfriedman@google.com>
Cr-Commit-Position: refs/heads/main@{#1260014}
NOKEYCHECK=True
GitOrigin-RevId: 6509247528531add165b7220518a500a7cfdaa55
2 files changed
tree: 442c3121192ce4cf8353be952c74d0ca818b8052
  1. src/
  2. .gitignore
  3. BUILD.gn
  4. DEPS
  5. OWNERS
  6. proguard.flags
  7. README.md
README.md

Webkit Boundary Interfaces

Note: the canonical copy of the boundary interfaces lives in the chromium repository; this subdirectory of chromium is mirrored into the Android project for use by the webkit AndroidX module.

If you‘re reading this file in the Android repository, don’t make changes in this folder. Please make changes in chromium, or contact the OWNERS in frameworks/support/webkit/.

If you're reading this file in the chromium repository, you should feel free to make changes. Please be aware that this folder has strict import requirements (enforced by DEPS), because it must continue to build when mirrored into Android.