Add profileNamesToLoad in StartupConfigBoundaryInterface

The parameter should be added to the boundary interface in order to
prepare for the AndroidX API logic after the boundary interface gets
rolled out.

Bug: 414322772
Change-Id: I1af165c59147e12061e18e6057a99baf19c599de
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6694763
Commit-Queue: Sayed Elabady <elabadysayed@chromium.org>
Auto-Submit: Sayed Elabady <elabadysayed@chromium.org>
Reviewed-by: Richard (Torne) Coles <torne@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1483233}
NOKEYCHECK=True
GitOrigin-RevId: e2f3e944092656e2cba4fdff98410d88911e4633
1 file changed
tree: bfb72907ab6b2016b2b8d343623cbebcd5b8add6
  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.