| Index: chrome/browser/profiles/profile_shortcut_manager_win.cc
 | 
| diff --git a/chrome/browser/profiles/profile_shortcut_manager_win.cc b/chrome/browser/profiles/profile_shortcut_manager_win.cc
 | 
| index 7c41f8da107e94a2c276b6311e93bf6f70709136..0ee4a867127261f117aeeef93488bbff36a49209 100644
 | 
| --- a/chrome/browser/profiles/profile_shortcut_manager_win.cc
 | 
| +++ b/chrome/browser/profiles/profile_shortcut_manager_win.cc
 | 
| @@ -535,7 +535,8 @@ string16 CreateProfileShortcutFlags(const base::FilePath& profile_path) {
 | 
|  // static
 | 
|  bool ProfileShortcutManager::IsFeatureEnabled() {
 | 
|    return BrowserDistribution::GetDistribution()->CanCreateDesktopShortcuts() &&
 | 
| -         !CommandLine::ForCurrentProcess()->HasSwitch(switches::kUserDataDir);
 | 
| +      !CommandLine::ForCurrentProcess()->HasSwitch(switches::kUserDataDir) &&
 | 
| +      !CommandLine::ForCurrentProcess()->HasSwitch(switches::kShowAppList);
 | 
|  }
 | 
|  
 | 
|  // static
 | 
| 
 |