| Index: chrome/browser/android/monochrome_entry_point.cc
|
| diff --git a/chrome/browser/android/monochrome_entry_point.cc b/chrome/browser/android/monochrome_entry_point.cc
|
| index a3c7f30457b627518a80a8f9137ec071ba72bc90..f946d91ef809c6a73c1a16ef92c2a8f0be2f3d98 100644
|
| --- a/chrome/browser/android/monochrome_entry_point.cc
|
| +++ b/chrome/browser/android/monochrome_entry_point.cc
|
| @@ -36,7 +36,7 @@ bool NativeInit() {
|
|
|
| // This is called by the VM when the shared library is first loaded.
|
| JNI_EXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved) {
|
| - base::android::DisableManualJniRegistration();
|
| + base::android::SetJniRegistrationType(base::android::NO_JNI_REGISTRATION);
|
| base::android::InitVM(vm);
|
| base::android::SetNativeInitializationHook(NativeInit);
|
| return JNI_VERSION_1_4;
|
|
|