Commit fc035627 authored by Alexey Baskakov's avatar Alexey Baskakov Committed by Commit Bot

WebApp: Enable DesktopPWAsUnifiedInstall feature by default.

It disables BookmarkAppInstallManager code path (with BookmarkAppHelper inside).
It enables unified WebAppInstallManager and InstallFinalizer infrastructure.

Bug: 915043
Change-Id: Id77289a7b6b51681b8833d9c83d7a9657c1af624
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627847
Commit-Queue: Alexey Baskakov <loyso@chromium.org>
Reviewed-by: default avatarDominick Ng <dominickn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#670335}
parent 6d5a446f
......@@ -224,7 +224,7 @@ const base::Feature kDesktopPWAsWithoutExtensions{
// Enables or disables new Desktop PWAs unified |InstallManager| that does not
// use extensions.
const base::Feature kDesktopPWAsUnifiedInstall{
"DesktopPWAsUnifiedInstall", base::FEATURE_DISABLED_BY_DEFAULT};
"DesktopPWAsUnifiedInstall", base::FEATURE_ENABLED_BY_DEFAULT};
// Enables or disables the ability to install PWAs from the omnibox.
const base::Feature kDesktopPWAsOmniboxInstall{
......
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