| Index: content/app/android/library_loader_hooks.cc
|
| diff --git a/content/app/android/library_loader_hooks.cc b/content/app/android/library_loader_hooks.cc
|
| index 34664e5070a62ccce7c85f203d3a83c40e6fde2e..2cd33b1bd061c55e8017fdb6dbc0ff0df942d7de 100644
|
| --- a/content/app/android/library_loader_hooks.cc
|
| +++ b/content/app/android/library_loader_hooks.cc
|
| @@ -26,7 +26,6 @@
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/common/result_codes.h"
|
| #include "device/bluetooth/android/bluetooth_jni_registrar.h"
|
| -#include "device/geolocation/android/geolocation_jni_registrar.h"
|
| #include "device/power_save_blocker/power_save_blocker_jni_registrar.h"
|
| #include "device/usb/android/usb_jni_registrar.h"
|
| #include "media/base/android/media_jni_registrar.h"
|
| @@ -78,9 +77,6 @@
|
| return false;
|
|
|
| if (!device::android::RegisterBluetoothJni(env))
|
| - return false;
|
| -
|
| - if (!device::android::RegisterGeolocationJni(env))
|
| return false;
|
|
|
| if (!device::android::RegisterPowerSaveBlockerJni(env))
|
|
|