[Boundary interfaces] Add utility methods for support library boundary
The WebView support library (in the Android Support Library) and the WebView support library glue (in Chromium) will both need methods for mapping a class loaded in some ClassLoader into a class loaded in the current ClassLoader. In this CL we put that utility in the boundary interface directory to avoid duplicating this Class-conversion functionality in both the Android Support Library and Chromium (instead this functionality will be mirrored from Chromium into the support library). Bug: 788177 Change-Id: Icea382115bedd53d1b255d3a115fff03fcdb15ba Reviewed-on: https://chromium-review.googlesource.com/919062Reviewed-by:Richard Coles <torne@chromium.org> Commit-Queue: Gustav Sennton <gsennton@chromium.org> Cr-Commit-Position: refs/heads/master@{#536720}
Showing
Please register or sign in to comment