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

Unified Diff: device/bluetooth/android/wrappers.h

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/wrappers.h
diff --git a/device/bluetooth/android/wrappers.h b/device/bluetooth/android/wrappers.h
index c5144edc115cf481ec119733020d578da13f5839..e8b3aab74e9d952c8cfcccb0b51729fbc459e22f 100644
--- a/device/bluetooth/android/wrappers.h
+++ b/device/bluetooth/android/wrappers.h
@@ -13,9 +13,6 @@ namespace device {
// Bindings into Java methods in org.chromium.device.bluetooth.Wrappers classes:
-// Register C++ methods exposed to Java using JNI.
-bool WrappersRegisterJNI(JNIEnv* env);
-
// Calls Java: BluetoothAdapterWrapper.createWithDefaultAdapter().
DEVICE_BLUETOOTH_EXPORT base::android::ScopedJavaLocalRef<jobject>
BluetoothAdapterWrapper_CreateWithDefaultAdapter();

Powered by Google App Engine
This is Rietveld 408576698