Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebac5cc commit df42f5eCopy full SHA for df42f5e
1 file changed
src/shell_content_browser_client.cc
@@ -98,6 +98,8 @@ std::string ShellContentBrowserClient::GetApplicationLocale() {
98
void ShellContentBrowserClient::AppendExtraCommandLineSwitches(
99
CommandLine* command_line,
100
int child_process_id) {
101
+ if (command_line->GetSwitchValueASCII("type") == "gpu-process")
102
+ return;
103
if (child_process_id > 0) {
104
content::RenderProcessHost* rph =
105
content::RenderProcessHost::FromID(child_process_id);
0 commit comments