diff --git a/shell/browser/notifications/win/windows_toast_notification.cc b/shell/browser/notifications/win/windows_toast_notification.cc index b5ca4dc62853f..01afb72f590a5 100644 --- a/shell/browser/notifications/win/windows_toast_notification.cc +++ b/shell/browser/notifications/win/windows_toast_notification.cc @@ -476,7 +476,7 @@ IFACEMETHODIMP ToastEventHandler::Invoke( IInspectable* args) { base::PostTask( FROM_HERE, {content::BrowserThread::UI}, - base::BindOnce(&Notification::NotificationClicked, notification_)); + base::BindOnce(&Notification::NotificationClicked, true, notification_)); if (IsDebuggingNotifications()) LOG(INFO) << "Notification clicked";