Commit be9a5b4e authored by Bugs Nash's avatar Bugs Nash Committed by Commit Bot

Media App browsertest origin trials bug - add more specific code doc.

Bug: 1071320
Change-Id: Idb3a0fb5e1f6bba1a37ae22c785c1a1a56625b52
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151771Reviewed-by: default avatarTrent Apted <tapted@chromium.org>
Commit-Queue: Bugs Nash <bugsnash@chromium.org>
Cr-Commit-Position: refs/heads/master@{#759878}
parent 71f1248c
...@@ -39,8 +39,11 @@ var MediaAppUIBrowserTest = class extends testing.Test { ...@@ -39,8 +39,11 @@ var MediaAppUIBrowserTest = class extends testing.Test {
/** @override */ /** @override */
get featureList() { get featureList() {
// Note the error `Cannot read property 'setConsumer' of undefined` will be // NativeFileSystem and FileHandling flags should be automatically set by
// raised if kFileHandlingAPI is omitted. // origin trials when the Media App feature is enabled, but this testing
// environment does not seem to recognize origin trials, so they must be
// explicitly set with flags to prevent tests crashing on Media App load due
// to window.launchQueue being undefined. See http://crbug.com/1071320.
return { return {
enabled: [ enabled: [
'chromeos::features::kMediaApp', 'chromeos::features::kMediaApp',
......
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