| Index: chrome/installer/util/google_chrome_distribution.cc
|
| diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc
|
| index c62cf98bf340b624540efd3d318c83896e0d61d6..04f35d60db8805ac1a5878d1aaaa6907047c004e 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.cc
|
| +++ b/chrome/installer/util/google_chrome_distribution.cc
|
| @@ -803,6 +803,7 @@ void GoogleChromeDistribution::InactiveUserToastExperiment(int flavor,
|
|
|
| CommandLine cmd(InstallUtil::GetChromeUninstallCmd(system_level_toast,
|
| GetType()));
|
| - base::LaunchApp(cmd, false, false, NULL);
|
| + base::LaunchOptions options;
|
| + base::LaunchProcess(cmd, options);
|
| }
|
| #endif
|
|
|