Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Unified Diff: device/bluetooth/android/bluetooth_jni_registrar.cc

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android: Don't require RegisterNatives if there are none Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/android/bluetooth_jni_registrar.cc
diff --git a/device/bluetooth/android/bluetooth_jni_registrar.cc b/device/bluetooth/android/bluetooth_jni_registrar.cc
index 398b1427fe51236817c05fb572dbec1d5c691960..a144745ed1945a180a75f9dab48e91fd203ff40e 100644
--- a/device/bluetooth/android/bluetooth_jni_registrar.cc
+++ b/device/bluetooth/android/bluetooth_jni_registrar.cc
@@ -7,7 +7,6 @@
#include "base/android/jni_android.h"
#include "base/android/jni_registrar.h"
#include "base/macros.h"
-#include "device/bluetooth/android/wrappers.h"
#include "device/bluetooth/bluetooth_adapter_android.h"
#include "device/bluetooth/bluetooth_device_android.h"
#include "device/bluetooth/bluetooth_remote_gatt_characteristic_android.h"
@@ -27,7 +26,6 @@ const base::android::RegistrationMethod kRegisteredMethods[] = {
device::BluetoothRemoteGattDescriptorAndroid::RegisterJNI},
{"BluetoothRemoteGattServiceAndroid",
device::BluetoothRemoteGattServiceAndroid::RegisterJNI},
- {"Wrappers", device::WrappersRegisterJNI},
};
} // namespace

Powered by Google App Engine
This is Rietveld 408576698