| Index: chrome/browser/android/chrome_entry_point.cc
|
| diff --git a/chrome/browser/android/chrome_entry_point.cc b/chrome/browser/android/chrome_entry_point.cc
|
| index fad7aa7ccaaa4917bf50f94b061b6f83d672fc43..ee46cd6c29f7436c03d80d3e2e661d4d5f18e4ab 100644
|
| --- a/chrome/browser/android/chrome_entry_point.cc
|
| +++ b/chrome/browser/android/chrome_entry_point.cc
|
| @@ -23,7 +23,7 @@ JNI_EXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved) {
|
| // Java side and only register a subset of JNI methods.
|
| base::android::InitVM(vm);
|
| JNIEnv* env = base::android::AttachCurrentThread();
|
| - if (base::android::isSelectiveJniRegistrationEnabled(env)) {
|
| + if (base::android::IsSelectiveJniRegistrationEnabled(env)) {
|
| base::android::SetJniRegistrationType(
|
| base::android::SELECTIVE_JNI_REGISTRATION);
|
| }
|
|
|