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

Unified Diff: content/public/test/nested_message_pump_android.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: content/public/test/nested_message_pump_android.cc
diff --git a/content/public/test/nested_message_pump_android.cc b/content/public/test/nested_message_pump_android.cc
index 4328dfce826a89adcfd0067fd5f5b13eea0ca0fa..76d0b384123d1af4d4e24870ccc403b1c7031713 100644
--- a/content/public/test/nested_message_pump_android.cc
+++ b/content/public/test/nested_message_pump_android.cc
@@ -151,9 +151,4 @@ void NestedMessagePumpAndroid::ScheduleDelayedWork(
}
}
-// static
-bool NestedMessagePumpAndroid::RegisterJni(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698