| Index: media/video/capture/win/video_capture_device_win.cc
|
| diff --git a/media/video/capture/win/video_capture_device_win.cc b/media/video/capture/win/video_capture_device_win.cc
|
| index 9bb82b140db8eb541dc6650941f630011dc7aad6..b533de9e070f7ac2171127fb3b9aee10a3350304 100644
|
| --- a/media/video/capture/win/video_capture_device_win.cc
|
| +++ b/media/video/capture/win/video_capture_device_win.cc
|
| @@ -194,29 +194,6 @@ void VideoCaptureDeviceWin::ScopedMediaType::DeleteMediaType(
|
| }
|
| }
|
|
|
| -// TODO(mcasas): Remove the following static methods when they are no longer
|
| -// referenced from VideoCaptureDeviceFactory, i.e. when all OS platforms have
|
| -// splitted the VideoCaptureDevice into VideoCaptureDevice and
|
| -// VideoCaptureDeviceFactory.
|
| -// static
|
| -void VideoCaptureDevice::GetDeviceNames(Names* device_names) {
|
| - NOTIMPLEMENTED();
|
| -}
|
| -
|
| -// static
|
| -void VideoCaptureDevice::GetDeviceSupportedFormats(const Name& device,
|
| - VideoCaptureFormats* formats) {
|
| - NOTIMPLEMENTED();
|
| -}
|
| -
|
| -// static
|
| -VideoCaptureDevice* VideoCaptureDevice::Create(
|
| - scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner,
|
| - const Name& device_name) {
|
| - NOTIMPLEMENTED();
|
| - return NULL;
|
| -}
|
| -
|
| VideoCaptureDeviceWin::VideoCaptureDeviceWin(const Name& device_name)
|
| : device_name_(device_name),
|
| state_(kIdle) {
|
|
|