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

Unified Diff: content/browser/renderer_host/media/video_capture_manager_unittest.cc

Issue 8304017: enable video capture to support sharing across multiple renderer processes (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 9 years, 2 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: content/browser/renderer_host/media/video_capture_manager_unittest.cc
===================================================================
--- content/browser/renderer_host/media/video_capture_manager_unittest.cc (revision 107671)
+++ content/browser/renderer_host/media/video_capture_manager_unittest.cc (working copy)
@@ -64,6 +64,7 @@
void OnFrameInfo(const media::VideoCaptureDevice::Capability& info) {}
virtual void OnIncomingCapturedFrame(const uint8* data, int length,
base::Time timestamp) {}
+ virtual void OnDeviceState(bool in_use) {}
perkj_chrome 2011/10/28 08:37:19 remove
wjia(left Chromium) 2011/10/29 02:34:40 Done.
};
// Test class

Powered by Google App Engine
This is Rietveld 408576698