Skip to content

Commit

Permalink
Cleanup outdated comment regarding applyConstraints().
Browse files Browse the repository at this point in the history
Looking at the referenced bug (crbug/338503) it looks like this comment
is outdated since the spec was already implemented. This CL removes the
comment.

BUG=338503

Change-Id: Id986c398ea59ea1d50c0835567a160b900769cd0
Reviewed-on: https://chromium-review.googlesource.com/1188566
Reviewed-by: Guido Urdaneta <guidou@chromium.org>
Commit-Queue: Armando Miraglia <armax@chromium.org>
Cr-Commit-Position: refs/heads/master@{#586242}
  • Loading branch information
Armando Miraglia authored and Commit Bot committed Aug 27, 2018
1 parent 7d81030 commit 4b779f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/renderer/media/stream/user_media_client_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ void UserMediaClientImpl::RequestUserMedia(
void UserMediaClientImpl::ApplyConstraints(
const blink::WebApplyConstraintsRequest& web_request) {
DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
// TODO(guidou): Implement applyConstraints(). http://crbug.com/338503

pending_request_infos_.push_back(Request(web_request));
if (!is_processing_request_)
MaybeProcessNextRequestInfo();
Expand Down

0 comments on commit 4b779f5

Please sign in to comment.