Somehow the latest CL landed on Fri didn't hit this bug,
so for completion, I'm pasting it here:
commit https://chromium.googlesource.com/chromium/src.git/+/fe85428bd742a61f78db005f980b15c219c4464d
author mcasas <mcasas@chromium.org>
Fri Oct 07 22:30:13 2016
VideoCaptureHostTest: simplify testing and remove unused code
This CL cleans up the VideoCaptureHostTest code:
- removes unused DUMP video support
- removes possibility of using real cameras (we
have content_browsertests and browser_tests for it)
- removes actual ShMem mapping and bookkeeping
in MockVideoCaptureHost, because is not needed
(we just need the ids).
BUG= 651897 , 651937
TEST=no new production code, just unittest cleanup.
Review-Url: https://codereview.chromium.org/2403533002
Cr-Commit-Position: refs/heads/master@{#423988}
content/browser/renderer_host/media/video_capture_host.cc[diff]
content/browser/renderer_host/media/video_capture_host_unittest.cc[diff]
Comment 1 by mcasas@chromium.org
, Sep 30 2016