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

Unified Diff: media/capture/video/android/video_capture_device_android.h

Issue 2673373003: getUserMeida: report device starting states (Closed)
Patch Set: address comments on PS#3 Created 3 years, 10 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_android.h
diff --git a/media/capture/video/android/video_capture_device_android.h b/media/capture/video/android/video_capture_device_android.h
index a6056c9dd393ad3da1fcd77e7211eaf7ff5a5c22..20e2d744535879a61fc051f8a3e7be83aab22e38 100644
--- a/media/capture/video/android/video_capture_device_android.h
+++ b/media/capture/video/android/video_capture_device_android.h
@@ -101,6 +101,9 @@ class CAPTURE_EXPORT VideoCaptureDeviceAndroid : public VideoCaptureDevice {
jlong callback_id,
const base::android::JavaParamRef<jbyteArray>& data);
+ // Implement org.chromium.media.VideoCapture.nativeOnStarted.
+ void OnStarted(JNIEnv* env, const base::android::JavaParamRef<jobject>& obj);
+
void ConfigureForTesting();
private:

Powered by Google App Engine
This is Rietveld 408576698