| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index 27a9e5ddd5002aa870b3b807833e1baa4e0126de..19eb803de25ad5cdfc073e090085604c8931fce2 100644
|
| --- a/chrome/browser/profiles/profile_manager.cc
|
| +++ b/chrome/browser/profiles/profile_manager.cc
|
| @@ -573,9 +573,6 @@ void ProfileManager::ScheduleProfileForDeletion(const FilePath& profile_dir) {
|
|
|
| // static
|
| bool ProfileManager::IsMultipleProfilesEnabled() {
|
| -#if defined(TOOLKIT_VIEWS) && !defined(OS_CHROMEOS)
|
| - return true;
|
| -#endif
|
| return CommandLine::ForCurrentProcess()->HasSwitch(switches::kMultiProfiles);
|
| }
|
|
|
|
|