[Android] Java code now passes profile key in JNI calls
Previously some JNI calls that used to pass Profile.java objects to native, were switched to use ProfileKey. However, since there was no implementation of ProfileKey.java, the JNI calls passed nothing from Java's side and native called ProfileKey's equivalent of ProfileManager::GetLastUsedProfile. Now that ProfileKey.java exists, JNI calls should pass in ProfileKey.java objects to native instead. Change-Id: I90f83e4c837a6d12613354c9bca5a8d52bf01d31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1657752 Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Reviewed-by:Xi Han <hanxi@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#672153}
Showing
Please register or sign in to comment