Commit d01f073b authored by Guido Urdaneta's avatar Guido Urdaneta Committed by Commit Bot

Remove nonexisting feature flag from MediaRecorder test

This test is flaking sometimes with an error message about
a nonexisting flag. This removes the attempt to use that flag.
This is not the reason the test is flaking, but the message is
misleading.

Bug: 986021
Change-Id: I847ddee6b63a52b25040c49567de29cad91e2560
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071018Reviewed-by: default avatarGuido Urdaneta <guidou@chromium.org>
Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
Auto-Submit: Guido Urdaneta <guidou@chromium.org>
Commit-Queue: Guido Urdaneta <guidou@chromium.org>
Commit-Queue: Dale Curtis <dalecurtis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#744335}
parent ed319ed9
...@@ -59,9 +59,6 @@ class MAYBE_WebRtcMediaRecorderTest ...@@ -59,9 +59,6 @@ class MAYBE_WebRtcMediaRecorderTest
base::CommandLine::ForCurrentProcess()->AppendSwitch( base::CommandLine::ForCurrentProcess()->AppendSwitch(
switches::kUseFakeDeviceForMediaStream); switches::kUseFakeDeviceForMediaStream);
base::CommandLine::ForCurrentProcess()->AppendSwitchASCII(
switches::kEnableBlinkFeatures, "GetUserMedia");
} }
void MaybeForceDisableEncodeAccelerator(bool disable) { void MaybeForceDisableEncodeAccelerator(bool disable) {
......
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