Commit ef11a157 authored by Alan Cutter's avatar Alan Cutter Committed by Commit Bot

Enable Desktop PWA Windowing on Windows and Linux

This CL turns on the DesktopPWAWindowing flag on by default for
Windows and Linux.
We are targeting M70 for this so since M69 recently branched
we're flipping the flag so this feature can start baking before
next branch point.

Bug: 851845
Change-Id: Ib0f6232aacfa753054791419ed694687fa3b5671
Reviewed-on: https://chromium-review.googlesource.com/1152339Reviewed-by: default avatarMatt Giuca <mgiuca@chromium.org>
Commit-Queue: Alan Cutter <alancutter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#578563}
parent 333e5465
......@@ -208,7 +208,7 @@ const base::Feature kDesktopIOSPromotion{"DesktopIOSPromotion",
// Enables or disables windowing related features for desktop PWAs.
const base::Feature kDesktopPWAWindowing {
"DesktopPWAWindowing",
#if defined(OS_CHROMEOS)
#if defined(OS_CHROMEOS) || defined(OS_WIN) || defined(OS_LINUX)
base::FEATURE_ENABLED_BY_DEFAULT
#else
base::FEATURE_DISABLED_BY_DEFAULT
......
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