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