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

Unified Diff: media/video/capture/video_capture_device_dummy.cc

Issue 24133002: Make VideoCaptureController single-threaded and not ref counted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git pull Created 7 years, 3 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/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

Powered by Google App Engine
This is Rietveld 408576698