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

Unified Diff: media/midi/midi_output_port_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_output_port_android.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/midi_output_port_android.cc
diff --git a/media/midi/midi_output_port_android.cc b/media/midi/midi_output_port_android.cc
index a9c3e4b3acedefdacd9626ceab7a79228a7e7de0..7fa1cefbd87178ffbacd8c1f684280b95d781d1d 100644
--- a/media/midi/midi_output_port_android.cc
+++ b/media/midi/midi_output_port_android.cc
@@ -38,9 +38,5 @@ void MidiOutputPortAndroid::Send(const std::vector<uint8_t>& data) {
Java_MidiOutputPortAndroid_send(env, raw_port_.obj(), data_to_pass.obj());
}
-bool MidiOutputPortAndroid::Register(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
} // namespace midi
} // namespace media
« no previous file with comments | « media/midi/midi_output_port_android.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698