[webview] Add WebViewBuilder setProfile support

Adds support for setProfile to the WebViewBuilder configuration
boundary interface and adapter logic.

Bug: b:409740828
Change-Id: I46ba98e2ee5a316fe98ff17abe3011b0fa976690
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7129198
Reviewed-by: Peter Birk Pakkenberg <[email protected]>
Auto-Submit: Ashley Newson <[email protected]>
Commit-Queue: Ashley Newson <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1541772}
NOKEYCHECK=True
GitOrigin-RevId: 2852519ad41d6809df1786b3854fe5055b364687
2 files changed
tree: 5776a3ea5585f6b022f75727b100d0b9dac6a7e6
  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.