Index: chrome/installer/gcapi/gcapi.cc |
diff --git a/chrome/installer/gcapi/gcapi.cc b/chrome/installer/gcapi/gcapi.cc |
index f08d90f2340975e651800bb5776d6a311a86147b..ce03d857fd6aece4c2137ae06e82ed5754816150 100644 |
--- a/chrome/installer/gcapi/gcapi.cc |
+++ b/chrome/installer/gcapi/gcapi.cc |
@@ -519,7 +519,8 @@ |
// 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()).IsValid(); |
+ base::LaunchOptions(), |
+ NULL); |
} |
if (impersonation_success) |