[go: nahoru, domu]

Skip to content

Commit

Permalink
Launch Notification permission revocation on Android
Browse files Browse the repository at this point in the history
Bug: 1336278
Change-Id: I15b74178d2150ef6203b453ea1ab2d36d5367792
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4280635
Reviewed-by: Peter Beverloo <peter@chromium.org>
Commit-Queue: Elias Klim <elklm@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1108285}
  • Loading branch information
Illia Klimov authored and Chromium LUCI CQ committed Feb 22, 2023
1 parent 1f2ed46 commit 2d22913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/browser/push_messaging/push_messaging_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BASE_FEATURE(kPushSubscriptionWithExpirationTime,
#if BUILDFLAG(IS_ANDROID)
BASE_FEATURE(kRevokeNotificationsPermissionIfDisabledOnAppLevel,
"RevokeNotificationsPermissionIfDisabledOnAppLevel",
base::FEATURE_DISABLED_BY_DEFAULT);
base::FEATURE_ENABLED_BY_DEFAULT);

const char kNotificationRevocationGracePeriodInDays[] =
"notifications_revocation_grace_period";
Expand Down

0 comments on commit 2d22913

Please sign in to comment.