From f70de2f580b85856d8705364247101ce59e1fff2 Mon Sep 17 00:00:00 2001 From: Patrick Pimentel Date: Tue, 12 Aug 2025 14:36:03 -0400 Subject: [PATCH] fix(notification-processing): [PM-19877] System Notification Implementation - Removed comment to remove autofill from review. --- apps/browser/src/autofill/content/autofill-init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/browser/src/autofill/content/autofill-init.ts b/apps/browser/src/autofill/content/autofill-init.ts index 5a71e3bd8da..b6fc6c3392e 100644 --- a/apps/browser/src/autofill/content/autofill-init.ts +++ b/apps/browser/src/autofill/content/autofill-init.ts @@ -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,