mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Upstream relaxed the DCHECK(ph_registry) to handle tests using dummy profiles that lack the required testing factory. Changed to early return with CHECK_IS_TEST(). Our patch already had an early return but updated comment context to match upstream changes while preserving our behavior (removing CHECK_IS_TEST). Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7116098