Index: chrome/browser/chrome_browser_main_win.cc |
diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc |
index 4f0a763d5b7cb66c6b0a34fefbfb1a437e411907..a26213a850907693218245add33887db209b5e85 100644 |
--- a/chrome/browser/chrome_browser_main_win.cc |
+++ b/chrome/browser/chrome_browser_main_win.cc |
@@ -127,7 +127,7 @@ int DoUninstallTasks(bool chrome_still_running) { |
ShellUtil::ShortcutLocation user_shortcut_locations[] = { |
ShellUtil::SHORTCUT_LOCATION_DESKTOP, |
ShellUtil::SHORTCUT_LOCATION_QUICK_LAUNCH, |
- ShellUtil::SHORTCUT_LOCATION_START_MENU, |
+ ShellUtil::SHORTCUT_LOCATION_START_MENU_CHROME_DIR, |
gab
2013/10/17 15:13:31
Also add CHROME_APPS dir here.
I think this code
calamity
2013/11/20 05:43:30
Done.
|
}; |
BrowserDistribution* dist = BrowserDistribution::GetDistribution(); |
for (size_t i = 0; i < arraysize(user_shortcut_locations); ++i) { |