DescriptionRemove unused routing ID param from Did(Show|Destroy)FullscreenWidget.
Looks like this was introduced in
https://chromiumcodereview.appspot.com/12026029, where the routing IDs
were used in web_contents_video_capture_device.cc coupled with
the process ID from WebContents (i.e., main frame's process), but
this has since been removed, and the routing IDs aren't currently used
in any observers. With out-of-process iframes, this routing ID should
really be coupled with process ID to be meaningful, but since nobody
is using it, just remove the parameter.
BUG=593522
Committed: https://crrev.com/899e06f316b1e9353b59a28e88f80796ad1b3d3b
Cr-Commit-Position: refs/heads/master@{#393677}
Patch Set 1 #Messages
Total messages: 13 (6 generated)
|