1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-14 15:33:55 +00:00

fix(notification-processing): [PM-19877] System Notification Implementation - Removed comment to remove autofill from review.

This commit is contained in:
Patrick Pimentel
2025-08-12 14:36:03 -04:00
parent a3bc3e7975
commit f70de2f580

View File

@@ -35,7 +35,7 @@ class AutofillInit implements AutofillInitInterface {
* @param domElementVisibilityService - Used to check if an element is viewable.
* @param autofillOverlayContentService - The autofill overlay content service, potentially undefined.
* @param autofillInlineMenuContentService - The inline menu content service, potentially undefined.
* @param overlayNotificationsContentService - The overlay server notifications content service, potentially undefined.
* @param overlayNotificationsContentService - The overlay notifications content service, potentially undefined.
*/
constructor(
domQueryService: DomQueryService,