electron/shell/browser/notifications/mac
Charles Kerr b40b4dc015
refactor: use std::map::try_emplace() over std::map::insert() (#46761)
refactor: prefer std::map::try_emplace() over std::map::insert()
2025-04-25 13:11:53 -05:00
..
cocoa_notification.h
cocoa_notification.mm refactor: use std::map::try_emplace() over std::map::insert() (#46761) 2025-04-25 13:11:53 -05:00
notification_center_delegate.h
notification_center_delegate.mm perf: cache whether or not ELECTRON_DEBUG_NOTIFICATIONS env var is set (#45143) 2025-01-08 20:46:17 -06:00
notification_presenter_mac.h
notification_presenter_mac.mm perf: cache whether or not ELECTRON_DEBUG_NOTIFICATIONS env var is set (#45143) 2025-01-08 20:46:17 -06:00