Convert IdentityServicesProvider.java to new JNI invocation convention
As found in //base/android/jni_generator/README.md, the convention of marking method with "native" is deprecated and instead the new convention is to mark an interface with @NativeMethods. This Converts IdentityServicesProvider.java to the new JNI invocation convention. Bug: 934688 Change-Id: Id080c86546ce09457f34c21a8ddf9870625b60a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1738368 Commit-Queue: Pâris Meuleman <pmeuleman@chromium.org> Reviewed-by:Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#685504}
Showing
Please register or sign in to comment