Index: chrome/app/chrome_exe_main.cc |
diff --git a/chrome/app/chrome_exe_main.cc b/chrome/app/chrome_exe_main.cc |
index 85a3462c2fed8c1e4d1ebcbb72a313a7f8a885c9..639919883db997befbe538229d55635f773f80f3 100644 |
--- a/chrome/app/chrome_exe_main.cc |
+++ b/chrome/app/chrome_exe_main.cc |
@@ -42,6 +42,8 @@ int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE prev_instance, |
if (!sandbox_info.broker_services) |
sandbox_info.target_services = sandbox::SandboxFactory::GetTargetServices(); |
+ CommandLine::Init(0, NULL); |
+ |
const wchar_t* dll_name = L"chrome.dll"; |
#if defined(GOOGLE_CHROME_BUILD) |
google_update::GoogleUpdateClient client; |