| 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 eeecb4d38270110b9ecf68342b874e8bcadb4531..a915228296b6bb5f751982494ba40b5333b1948d 100644
 | 
| --- a/content/browser/browser_child_process_host_impl.cc
 | 
| +++ b/content/browser/browser_child_process_host_impl.cc
 | 
| @@ -147,6 +147,7 @@ void BrowserChildProcessHostImpl::Launch(
 | 
|      switches::kEnableDCHECK,
 | 
|      switches::kEnableLogging,
 | 
|      switches::kLoggingLevel,
 | 
| +    switches::kTraceToConsole,
 | 
|      switches::kV,
 | 
|      switches::kVModule,
 | 
|  #if defined(OS_POSIX)
 | 
| 
 |