| Index: content/browser/renderer_host/media/video_capture_manager_unittest.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/media/video_capture_manager_unittest.cc (revision 106642)
|
| +++ 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) {}
|
| };
|
|
|
| // Test class
|
|
|