Commit a3fd83c8 authored by Lucas Furukawa Gadani's avatar Lucas Furukawa Gadani Committed by Commit Bot

Reland "Enable field trial testing config for GuestViewCrossProcessFrames."

The original CL was reverted because it caused some bots to become flaky.
This was tracked on bug 747125 and should be fixed.

This is a reland of 8a8b48bb
Original change's description:
> Enable field trial testing config for GuestViewCrossProcessFrames.
> 
> Bug: 655753
> Change-Id: I756aada2893846878657fe33b405bdb70b23df54
> Reviewed-on: https://chromium-review.googlesource.com/576207
> Commit-Queue: James MacLean <wjmaclean@chromium.org>
> Reviewed-by: Alexei Svitkine (slow) <asvitkine@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#487966}

Bug: 655753
Change-Id: I59b128cf163be9cc565973f804811e5993ca01be

TBR=asvitkine@chromium.org,wjmaclean@chromium.org

Change-Id: I59b128cf163be9cc565973f804811e5993ca01be
Reviewed-on: https://chromium-review.googlesource.com/591628Reviewed-by: default avatarLucas Gadani <lfg@chromium.org>
Commit-Queue: Lucas Gadani <lfg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#491456}
parent 2f85dee9
...@@ -1024,6 +1024,24 @@ ...@@ -1024,6 +1024,24 @@
] ]
} }
], ],
"GuestViewCrossProcessFrames": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"win"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"GuestViewCrossProcessFrames"
]
}
]
}
],
"Html5ByDefault": [ "Html5ByDefault": [
{ {
"platforms": [ "platforms": [
......
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