Commit 78ff11b9 authored by Kamila's avatar Kamila Committed by Commit Bot

QuietNotificationPrompts feature enabled by default


The feature has all the necessary approvals, and it was running as an
experiment for 1% in stable. Next experimental phase, enables one or
more parameters for 98% of the users in stable, and requires the feature
to be enabled by default.

Bug: 1005015
Change-Id: I0e6d20635d0dc65b59eecbba0c0f067eac638187
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080270Reviewed-by: default avatarBalazs Engedy <engedy@chromium.org>
Commit-Queue: Balazs Engedy <engedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#747650}
parent 23b3d307
...@@ -601,8 +601,8 @@ const base::Feature kPushMessagingBackgroundMode{ ...@@ -601,8 +601,8 @@ const base::Feature kPushMessagingBackgroundMode{
"PushMessagingBackgroundMode", base::FEATURE_DISABLED_BY_DEFAULT}; "PushMessagingBackgroundMode", base::FEATURE_DISABLED_BY_DEFAULT};
// Enables using quiet prompts for notification permission requests. // Enables using quiet prompts for notification permission requests.
const base::Feature kQuietNotificationPrompts{ const base::Feature kQuietNotificationPrompts{"QuietNotificationPrompts",
"QuietNotificationPrompts", base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
#if defined(OS_CHROMEOS) #if defined(OS_CHROMEOS)
// Enables permanent removal of Legacy Supervised Users on startup. // Enables permanent removal of Legacy Supervised Users on startup.
......
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