| 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 abfb1d687602b6f5adef982cb16ec742370558f7..e3e0c3caa5bc206d7e996b6a60bff5dfa42d7833 100644
|
| --- a/chrome/browser/profiles/profile_shortcut_manager_win.cc
|
| +++ b/chrome/browser/profiles/profile_shortcut_manager_win.cc
|
| @@ -557,8 +557,7 @@ string16 CreateProfileShortcutFlags(const base::FilePath& profile_path) {
|
| // static
|
| bool ProfileShortcutManager::IsFeatureEnabled() {
|
| return BrowserDistribution::GetDistribution()->CanCreateDesktopShortcuts() &&
|
| - !CommandLine::ForCurrentProcess()->HasSwitch(switches::kUserDataDir) &&
|
| - !CommandLine::ForCurrentProcess()->HasSwitch(switches::kShowAppList);
|
| + !CommandLine::ForCurrentProcess()->HasSwitch(switches::kUserDataDir);
|
| }
|
|
|
| // static
|
|
|