| 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 9830e8aeba099bee3f310e086dc137a08973d945..a6056c9dd393ad3da1fcd77e7211eaf7ff5a5c22 100644
|
| --- a/media/capture/video/android/video_capture_device_android.h
|
| +++ b/media/capture/video/android/video_capture_device_android.h
|
| @@ -101,6 +101,8 @@ class CAPTURE_EXPORT VideoCaptureDeviceAndroid : public VideoCaptureDevice {
|
| jlong callback_id,
|
| const base::android::JavaParamRef<jbyteArray>& data);
|
|
|
| + void ConfigureForTesting();
|
| +
|
| private:
|
| enum InternalState {
|
| kIdle, // The device is opened but not in use.
|
|
|