Add crash support for platform-experience-helper

Change-Id: Ib5903121a7406b1c05f2f59bfdfca3d2b7194921
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5393430
Commit-Queue: Jesse McKenna <jessemckenna@google.com>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1278026}
diff --git a/components/crash/core/app/crashpad.cc b/components/crash/core/app/crashpad.cc
index a18afed5..b4a23f8d 100644
--- a/components/crash/core/app/crashpad.cc
+++ b/components/crash/core/app/crashpad.cc
@@ -97,6 +97,7 @@
     // as processed by the backend.
     DCHECK(browser_process || process_type == "Chrome Installer" ||
            process_type == "notification-helper" ||
+           process_type == "platform-experience-helper" ||
            process_type == "GCPW Installer" || process_type == "GCPW DLL");
 #elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID)
     DCHECK(browser_process);