| 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 c69e5db5a34811a07f415941b355fa527b4510e9..f34e89783acd9dda328e40f25053375ee23c632f 100644
 | 
| --- a/content/browser/browser_child_process_host_impl.cc
 | 
| +++ b/content/browser/browser_child_process_host_impl.cc
 | 
| @@ -145,7 +145,6 @@ void BrowserChildProcessHostImpl::Launch(
 | 
|    const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
 | 
|    static const char* kForwardSwitches[] = {
 | 
|      switches::kDisableLogging,
 | 
| -    switches::kEnableDCHECK,
 | 
|      switches::kEnableLogging,
 | 
|      switches::kLoggingLevel,
 | 
|      switches::kTraceToConsole,
 | 
| 
 |