| Index: media/video/capture/video_capture_device_dummy.cc
|
| diff --git a/media/video/capture/video_capture_device_dummy.cc b/media/video/capture/video_capture_device_dummy.cc
|
| deleted file mode 100644
|
| index 02752edc54fa4a8aef8193a1904ad1b69d454e31..0000000000000000000000000000000000000000
|
| --- a/media/video/capture/video_capture_device_dummy.cc
|
| +++ /dev/null
|
| @@ -1,30 +0,0 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "media/video/capture/video_capture_device_dummy.h"
|
| -
|
| -namespace media {
|
| -
|
| -VideoCaptureDevice* VideoCaptureDevice::Create(const Name& device_name) {
|
| - return NULL;
|
| -}
|
| -
|
| -void VideoCaptureDevice::GetDeviceNames(Names* device_names) {}
|
| -
|
| -VideoCaptureDeviceDummy::VideoCaptureDeviceDummy() {}
|
| -
|
| -VideoCaptureDeviceDummy::~VideoCaptureDeviceDummy() {}
|
| -
|
| -void VideoCaptureDeviceDummy::Allocate(
|
| - const VideoCaptureCapability& capture_format,
|
| - VideoCaptureDevice::EventHandler* observer) {
|
| -}
|
| -
|
| -void VideoCaptureDeviceDummy::Start() {}
|
| -
|
| -void VideoCaptureDeviceDummy::Stop() {}
|
| -
|
| -void VideoCaptureDeviceDummy::DeAllocate() {}
|
| -
|
| -} // namespace media
|
|
|