mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 117.0.5938.0 (#1181205)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user