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

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

Issue 242013002: Refactor video capturing code in the render process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge again :( Created 6 years, 8 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
« no previous file with comments | « media/video/capture/mock_video_capture_event_handler.h ('k') | media/video/capture/video_capture.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/capture/mock_video_capture_event_handler.cc
diff --git a/media/video/capture/mock_video_capture_event_handler.cc b/media/video/capture/mock_video_capture_event_handler.cc
deleted file mode 100644
index efbbda6ef8916f05a0b48fd1718934de4b9bb0cc..0000000000000000000000000000000000000000
--- a/media/video/capture/mock_video_capture_event_handler.cc
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright 2014 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/mock_video_capture_event_handler.h"
-
-namespace media {
-
-MockVideoCaptureEventHandler::MockVideoCaptureEventHandler() {
-}
-
-MockVideoCaptureEventHandler::~MockVideoCaptureEventHandler() {
-}
-
-} // namespace media
« no previous file with comments | « media/video/capture/mock_video_capture_event_handler.h ('k') | media/video/capture/video_capture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698