Files
brave-core/browser/notifications
mkarolin 2eff662c9a Native Notifications -> System Notifications.
Chromium change:

https://chromium.googlesource.com/chromium/src/+/c30c9ddff5c96efd8e2455d7435e49806526c155

commit c30c9ddff5c96efd8e2455d7435e49806526c155
Author: Peter Beverloo <peter@chromium.org>
Date:   Wed Feb 24 19:56:03 2021 +0000

    Introduce "system notifications" terminology to mirror the native ones

    This is the first step in migrating from "native notifications" to
    "system notifications", following the spirit of inclusive code. A
    very brief migration plan has been included in the linked issue.

    Concretely, this CL:
      * Introduces the SystemNotifications base::Feature, matching the
        NativeNotifications one. Both will be supported for one milestone.
      * Introduces the AllowSystemNotifications enterprise policy, matching
        the AllowNativeNotifications one. Both will be supported for about
        a year, enabling enterprises to migrate.
      * Updates the chrome://flags entry to say "system notifications" and
        set the new base::Feature flag.
      * Renames the build-time flag, as deprecation concerns are pretty much
        absent there.

    Bug: 1136840
2021-03-23 14:55:37 -04:00
..