Commit 0af18c09 authored by David Dorwin's avatar David Dorwin Committed by Commit Bot

[Fuchsia] Update issue number in autoplay TODO

Bug: 1067101
Change-Id: I17e0d681a593c9e207a67b6c1b7f3aab32bbcd2d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133388Reviewed-by: default avatarKevin Marshall <kmarshall@chromium.org>
Commit-Queue: Kevin Marshall <kmarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#755907}
parent b8dc783e
......@@ -107,8 +107,8 @@ void WebEngineContentBrowserClient::OverrideWebkitPrefs(
if (allow_insecure_content_)
web_prefs->allow_running_insecure_content = true;
// Allow videos to autoplay.
// TODO(crbug.com/1033272): Provide a FIDL API to configure AutoplayPolicy.
// Allow media to autoplay.
// TODO(crbug.com/1067101): Provide a FIDL API to configure AutoplayPolicy.
web_prefs->autoplay_policy = content::AutoplayPolicy::kNoUserGestureRequired;
}
......
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