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

Unified Diff: media/capture/video/android/video_capture_device_factory_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
Index: media/capture/video/android/video_capture_device_factory_android.cc
diff --git a/media/capture/video/android/video_capture_device_factory_android.cc b/media/capture/video/android/video_capture_device_factory_android.cc
index 629629c5782e032b67c47f63329edcf7e3ecac4d..3a65bda12e8b71c4b2c3f9573b7ba0a5b5feb5bb 100644
--- a/media/capture/video/android/video_capture_device_factory_android.cc
+++ b/media/capture/video/android/video_capture_device_factory_android.cc
@@ -19,12 +19,6 @@ using base::android::ScopedJavaLocalRef;
namespace media {
// static
-bool VideoCaptureDeviceFactoryAndroid::RegisterVideoCaptureDeviceFactory(
- JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
-// static
ScopedJavaLocalRef<jobject>
VideoCaptureDeviceFactoryAndroid::createVideoCaptureAndroid(
int id,
« no previous file with comments | « media/capture/video/android/video_capture_device_factory_android.h ('k') | media/midi/midi_device_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698