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

Enable GuestViewCrossProcessFrames experiment by default.

Bug: 655753
Change-Id: If5466905c2dcb876ae6374f683c2f8ad29fe5859
Reviewed-on: https://chromium-review.googlesource.com/680158Reviewed-by: default avatarNasko Oskov <nasko@chromium.org>
Commit-Queue: Lucas Gadani <lfg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504422}
parent 1b62135c
...@@ -115,7 +115,7 @@ const base::Feature kGamepadExtensions{"GamepadExtensions", ...@@ -115,7 +115,7 @@ const base::Feature kGamepadExtensions{"GamepadExtensions",
// Causes the implementations of guests (inner WebContents) to use // Causes the implementations of guests (inner WebContents) to use
// out-of-process iframes. // out-of-process iframes.
const base::Feature kGuestViewCrossProcessFrames{ const base::Feature kGuestViewCrossProcessFrames{
"GuestViewCrossProcessFrames", base::FEATURE_DISABLED_BY_DEFAULT}; "GuestViewCrossProcessFrames", base::FEATURE_ENABLED_BY_DEFAULT};
// Enables BlinkGC heap compaction. // Enables BlinkGC heap compaction.
const base::Feature kHeapCompaction{"HeapCompaction", const base::Feature kHeapCompaction{"HeapCompaction",
......
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