| Index: content/browser/browser_child_process_host_impl.cc
|
| diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc
|
| index 4f19fb708f3d61905144f6d54041ab44747379e1..34bac55d21623d97f3295deb0069044a40fc9a9e 100644
|
| --- a/content/browser/browser_child_process_host_impl.cc
|
| +++ b/content/browser/browser_child_process_host_impl.cc
|
| @@ -219,13 +219,14 @@ void BrowserChildProcessHostImpl::Launch(
|
| const base::CommandLine& browser_command_line =
|
| *base::CommandLine::ForCurrentProcess();
|
| static const char* const kForwardSwitches[] = {
|
| - switches::kDisableLogging,
|
| - switches::kEnableLogging,
|
| - switches::kIPCConnectionTimeout,
|
| - switches::kLoggingLevel,
|
| - switches::kTraceToConsole,
|
| - switches::kV,
|
| - switches::kVModule,
|
| + switches::kDisableInProcessStackTraces,
|
| + switches::kDisableLogging,
|
| + switches::kEnableLogging,
|
| + switches::kIPCConnectionTimeout,
|
| + switches::kLoggingLevel,
|
| + switches::kTraceToConsole,
|
| + switches::kV,
|
| + switches::kVModule,
|
| };
|
| cmd_line->CopySwitchesFrom(browser_command_line, kForwardSwitches,
|
| arraysize(kForwardSwitches));
|
|
|