| 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..c6abe6f4bc5b90493bdf32f9803920f49b2aefd6 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.cc
|
| +++ b/chrome/installer/util/google_chrome_distribution.cc
|
| @@ -803,6 +803,6 @@ void GoogleChromeDistribution::InactiveUserToastExperiment(int flavor,
|
|
|
| CommandLine cmd(InstallUtil::GetChromeUninstallCmd(system_level_toast,
|
| GetType()));
|
| - base::LaunchApp(cmd, false, false, NULL);
|
| + base::LaunchProcess(cmd, base::LaunchOptions());
|
| }
|
| #endif
|
|
|