Commit a2c0ced3 authored by Emircan Uysaler's avatar Emircan Uysaler Committed by Commit Bot

[Fuchsia] Reenable protected mode in WebEngine

Bug: 982922, fuchsia:24570
Change-Id: If9fb495249488c43f97e4451a14f0193911d600f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1804527Reviewed-by: default avatarSergey Ulanov <sergeyu@chromium.org>
Commit-Queue: Emircan Uysaler <emircan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#697683}
parent b928dc21
......@@ -227,6 +227,10 @@ void ContextProviderImpl::Create(
gl::kGLImplementationStubName);
}
if (enable_protected_graphics) {
launch_command.AppendSwitch(switches::kEnforceVulkanProtectedMemory);
}
if (enable_widevine) {
launch_command.AppendSwitch(switches::kEnableWidevine);
}
......
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