diff options
Diffstat (limited to 'chrome/browser/chrome_browser_main_win.cc')
-rw-r--r-- | chrome/browser/chrome_browser_main_win.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc index 44dde1a..22885d2 100644 --- a/chrome/browser/chrome_browser_main_win.cc +++ b/chrome/browser/chrome_browser_main_win.cc @@ -139,8 +139,8 @@ int DoUninstallTasks(bool chrome_still_running) { // We want to remove user level shortcuts and we only care about the ones // created by us and not by the installer so |alternate| is false. BrowserDistribution* dist = BrowserDistribution::GetDistribution(); - if (!ShellUtil::RemoveChromeDesktopShortcut(dist, ShellUtil::CURRENT_USER, - false)) { + if (!ShellUtil::RemoveChromeDesktopShortcut( + dist, ShellUtil::CURRENT_USER, ShellUtil::SHORTCUT_NO_OPTIONS)) { VLOG(1) << "Failed to delete desktop shortcut."; } if (!ShellUtil::RemoveChromeDesktopShortcutsWithAppendedNames( |