DescriptionRename VideoCaptureHostTest to VideoCaptureTest to reflect what it is
This CL renames VideoCaptureHostTest to VideoCaptureTest, since it
really is an integration test of a bunch of classes, as detailed in
the class-comments. I've tried a few times to disentangle this
mess, in which VideoCaptureHost references MediaStreamManager knowing
that the latter is a singleton; MediaStreamManager publicly allows
everyone to access its VideoCaptureManager; VideoCaptureManager
is a concrete class owning pairs of VideoCaptureController -
VideoCaptureDevice; and VideoCaptureController uses via naked pointer
VideoCaptureHosts. Not worth it for this unit test.
BUG=651897
Committed: https://crrev.com/324c80a574fead20c0d75566b6365494de467957
Cr-Commit-Position: refs/heads/master@{#427001}
Patch Set 1 #
Messages
Total messages: 13 (7 generated)
|