Update to Chromium version 117.0.5938.0 (#1181205)

This commit is contained in:
Marshall Greenblatt
2023-08-09 17:17:17 -04:00
parent 52cb08b973
commit a4b27a7248
93 changed files with 496 additions and 481 deletions

View File

@ -23,7 +23,9 @@ void OverrideChildProcessPath() {
}
// Used by ChildProcessHost::GetChildPath and PlatformCrashpadInitialization.
base::PathService::Override(content::CHILD_PROCESS_EXE, child_process_path);
base::PathService::OverrideAndCreateIfNeeded(
content::CHILD_PROCESS_EXE, child_process_path, /*is_absolute=*/true,
/*create=*/false);
}
} // namespace