DescriptionReland: VideoCapture: migrate VideoCapture renderer-->host messages to mojo, part 1
This CL migrates the renderer (client) side of the
communication VCImp --> VCHost that was forgotten
in the reverted CL (all due to my misunderstanding,
apologies!).
Unittests are also updated, constituting the bulk of
the CL.
Original CL description ------------------------------------------------
VideoCapture: migrate VideoCapture renderer-->host messages to mojo, part 1
This CL migrates the easy-to-migrate video_capture_messages from
IPC to mojom. "Easy" refers to those messages whose data types are
readily available.
BUG=651897
TEST=./out/gn/content_unittests --gtest_filter=*VideoCapture*,
content_browsertests and video capture working as before.
Committed: https://crrev.com/796b2e6cd3c150f29460c082fcc60ee2186ea9ab
Cr-Commit-Position: refs/heads/master@{#423388}
Patch Set 1 : https://codereview.chromium.org/2384843002/ #Patch Set 2 : Renamed StopCapture and PauseCapture to Stop and Pause #
Total comments: 6
Patch Set 3 : Migrated renderer side as well, unittests #
Total comments: 6
Patch Set 4 : rockot@ comments (plenty of renaming) #
Total comments: 1
Patch Set 5 : Sorted out tests after linker collision. Rebase #Messages
Total messages: 29 (13 generated)
|