Move VR registrations to chrome_jni_onload.cc
The new JNI registration scheme automatically registers most native side functions. However, some VR functions still require manual registrations. This CL moves these VR function registrations to chrome_jni_onload.cc since we plan to delete chrome_jni_registrar.cc afterwards. Also, it deletes some VR registrations which are already handled by the new scheme. Bug: 683256 Change-Id: Ifd60ddb0925e96f2eaf2b3c187824f49c33eda4b Reviewed-on: https://chromium-review.googlesource.com/568584Reviewed-by:Biao She <bshe@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Yipeng Wang <yipengw@chromium.org> Cr-Commit-Position: refs/heads/master@{#486061}
Showing
Please register or sign in to comment