Skip to content

Commit

Permalink
DPWA: enable detailed install dialog
Browse files Browse the repository at this point in the history
The reature was disabled to push release timeline from 107 to 108.
Need to re-enable on M108.

Bug: 1374870
Change-Id: I6073706a24ebc179a645f2ed7a2a284e665dedbe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3957315
Auto-Submit: Phillis Tang <phillis@chromium.org>
Reviewed-by: Glenn Hartmann <hartmanng@chromium.org>
Commit-Queue: Phillis Tang <phillis@chromium.org>
Commit-Queue: Glenn Hartmann <hartmanng@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1059417}
  • Loading branch information
philloooo authored and Chromium LUCI CQ committed Oct 14, 2022
1 parent 39ea2dc commit 53bf814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/webapps/browser/features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ BASE_FEATURE(kSkipServiceWorkerCheckInstallOnly,
// Enables showing a detailed install dialog for user installs.
BASE_FEATURE(kDesktopPWAsDetailedInstallDialog,
"DesktopPWAsDetailedInstallDialog",
base::FEATURE_DISABLED_BY_DEFAULT);
base::FEATURE_ENABLED_BY_DEFAULT);

// Enables sending the beforeinstallprompt without a service worker check.
BASE_FEATURE(kSkipServiceWorkerForInstallPrompt,
Expand Down

0 comments on commit 53bf814

Please sign in to comment.