Index: chrome/installer/gcapi/gcapi.cc |
diff --git a/chrome/installer/gcapi/gcapi.cc b/chrome/installer/gcapi/gcapi.cc |
index ce03d857fd6aece4c2137ae06e82ed5754816150..f08d90f2340975e651800bb5776d6a311a86147b 100644 |
--- a/chrome/installer/gcapi/gcapi.cc |
+++ b/chrome/installer/gcapi/gcapi.cc |
@@ -519,8 +519,7 @@ BOOL __stdcall LaunchGoogleChrome() { |
// Couldn't get Omaha's process launcher, Omaha may not be installed at |
// system level. Try just running Chrome instead. |
ret = base::LaunchProcess(chrome_command.GetCommandLineString(), |
- base::LaunchOptions(), |
- NULL); |
+ base::LaunchOptions()).IsValid(); |
} |
if (impersonation_success) |