Chromium Code Reviews| Index: media/capture/video/video_capture_device.cc |
| diff --git a/media/capture/video/video_capture_device.cc b/media/capture/video/video_capture_device.cc |
| index d6247757c26e0838371406523d0565b296a6883b..f3fc56553c08f5a15f097104220e4d690e2858c0 100644 |
| --- a/media/capture/video/video_capture_device.cc |
| +++ b/media/capture/video/video_capture_device.cc |
| @@ -87,8 +87,6 @@ const char* VideoCaptureDevice::Name::GetCaptureApiTypeString() const { |
| switch (capture_api_type()) { |
| case V4L2_SINGLE_PLANE: |
| return "V4L2 SPLANE"; |
| - case V4L2_MULTI_PLANE: |
| - return "V4L2 MPLANE"; |
| default: |
| NOTREACHED() << "Unknown Video Capture API type!"; |
| return "Unknown API"; |