Chromium Code Reviews| Index: chrome/browser/chrome_browser_main_win.cc |
| =================================================================== |
| --- chrome/browser/chrome_browser_main_win.cc (revision 150342) |
| +++ chrome/browser/chrome_browser_main_win.cc (working copy) |
| @@ -25,7 +25,7 @@ |
| #include "chrome/browser/media_gallery/media_device_notifications_window_win.h" |
| #include "chrome/browser/metrics/metrics_service.h" |
| #include "chrome/browser/profiles/profile_info_cache.h" |
| -#include "chrome/browser/profiles/profile_shortcut_manager_win.h" |
| +#include "chrome/browser/profiles/profile_shortcut_manager.h" |
| #include "chrome/browser/ui/simple_message_box.h" |
| #include "chrome/browser/ui/uninstall_browser_prompt.h" |
| #include "chrome/common/chrome_constants.h" |
| @@ -132,11 +132,6 @@ |
| dist, ShellUtil::CURRENT_USER, ShellUtil::SHORTCUT_NO_OPTIONS)) { |
| VLOG(1) << "Failed to delete desktop shortcut."; |
| } |
| - if (!ShellUtil::RemoveChromeDesktopShortcutsWithAppendedNames( |
| - ProfileShortcutManagerWin::GenerateShortcutsFromProfiles( |
| - ProfileInfoCache::GetProfileNames()))) { |
| - VLOG(1) << "Failed to delete desktop profiles shortcuts."; |
|
SteveT
2012/08/15 18:29:41
Wait, so what's our cleanup plan now that this gon
Halli
2012/08/15 19:29:59
Different CL. I'll make a note.
On 2012/08/15 18:2
|
| - } |
| if (!ShellUtil::RemoveChromeQuickLaunchShortcut(dist, |
| ShellUtil::CURRENT_USER)) { |
| VLOG(1) << "Failed to delete quick launch shortcut."; |