| Index: chrome_frame/chrome_tab.cc
 | 
| ===================================================================
 | 
| --- chrome_frame/chrome_tab.cc	(revision 30960)
 | 
| +++ chrome_frame/chrome_tab.cc	(working copy)
 | 
| @@ -126,9 +126,9 @@
 | 
|      ATL::CTrace::s_trace.ChangeCategory(atlTraceRegistrar, 0,
 | 
|                                          ATLTRACESTATUS_DISABLED);
 | 
|  #endif
 | 
| +    CommandLine::Init(0, NULL);
 | 
|      InitializeCrashReporting();
 | 
|      g_exit_manager = new base::AtExitManager();
 | 
| -    CommandLine::Init(0, NULL);
 | 
|      logging::InitLogging(NULL, logging::LOG_ONLY_TO_SYSTEM_DEBUG_LOG,
 | 
|                          logging::LOCK_LOG_FILE, logging::DELETE_OLD_LOG_FILE);
 | 
|    } else if (reason == DLL_PROCESS_DETACH) {
 | 
| 
 |