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

Unified Diff: media/midi/midi_device_android.cc

Issue 2199913003: media: Remove unneeded RegisterNatives() call (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@jnireg1
Patch Set: rebase 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
« no previous file with comments | « media/midi/midi_device_android.h ('k') | media/midi/midi_jni_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/midi_device_android.cc
diff --git a/media/midi/midi_device_android.cc b/media/midi/midi_device_android.cc
index 4fa6b137c5dd706ea192c6a3077c23ef25e0baff..860127ce00ce3cf52ed9fc39ea243c412c3b865c 100644
--- a/media/midi/midi_device_android.cc
+++ b/media/midi/midi_device_android.cc
@@ -60,9 +60,5 @@ std::string MidiDeviceAndroid::GetDeviceVersion() {
env->GetStringUTFLength(ret.obj()));
}
-bool MidiDeviceAndroid::Register(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
} // namespace midi
} // namespace media
« no previous file with comments | « media/midi/midi_device_android.h ('k') | media/midi/midi_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698