Commit d8ed36bb authored by Armando Miraglia's avatar Armando Miraglia Committed by Commit Bot

[getUserMedia] Remove out-dated comment.

BUG=796964

Change-Id: Ife3b4b9d4ded591b162884df4c83bd8a0a51d449
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859985
Commit-Queue: Armando Miraglia <armax@chromium.org>
Reviewed-by: default avatarGuido Urdaneta <guidou@chromium.org>
Auto-Submit: Armando Miraglia <armax@chromium.org>
Cr-Commit-Position: refs/heads/master@{#706387}
parent f2a34868
......@@ -289,8 +289,7 @@ class MODULES_EXPORT UserMediaProcessor
mojo::Remote<blink::mojom::blink::MediaStreamDispatcherHost> dispatcher_host_;
// UserMedia requests are processed sequentially. |current_request_info_|
// contains the request currently being processed, if any, and
// |pending_request_infos_| is a list of queued requests.
// contains the request currently being processed.
Member<RequestInfo> current_request_info_;
MediaDevicesDispatcherCallback media_devices_dispatcher_cb_;
base::OnceClosure request_completed_cb_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment