Moved logic for mapping child process FDs for ICU and V8 into child_process_launcher.cc
Used to be defined in each app's ContentBrowserClient, but since
content/ is the one that receives the FDs, it makes sense that it should
be the one to send them.
This also removes ChildProcessLauncher::AppendMappedFileCommandLineSwitches
as it is no longer needed.
BUG=
394502
Committed:
https://crrev.com/228414fc8870f88f11ada7512e88ea6999890f56
Cr-Commit-Position: refs/heads/master@{#334702}