| Index: chrome/installer/util/google_chrome_distribution.cc
|
| ===================================================================
|
| --- chrome/installer/util/google_chrome_distribution.cc (revision 73979)
|
| +++ chrome/installer/util/google_chrome_distribution.cc (working copy)
|
| @@ -686,9 +686,8 @@
|
| bool system_level_toast = CommandLine::ForCurrentProcess()->HasSwitch(
|
| installer::switches::kSystemLevelToast);
|
|
|
| - std::wstring cmd(InstallUtil::GetChromeUninstallCmd(
|
| - system_level_toast, this));
|
| -
|
| + CommandLine cmd(InstallUtil::GetChromeUninstallCmd(system_level_toast,
|
| + GetType()));
|
| base::LaunchApp(cmd, false, false, NULL);
|
| }
|
| #endif
|
|
|