| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index ba366ca49c360d2b933c9478e3715408b6403c4f..d8afb9654a46357f134f1a8e7976e3b763733f5d 100644
|
| --- a/chrome/browser/profiles/profile_manager.cc
|
| +++ b/chrome/browser/profiles/profile_manager.cc
|
| @@ -968,6 +968,9 @@ void ProfileManager::ScheduleProfileForDeletion(const FilePath& profile_dir) {
|
|
|
| // static
|
| bool ProfileManager::IsMultipleProfilesEnabled() {
|
| +#if defined(OS_ANDROID)
|
| + return false;
|
| +#endif
|
| #if defined(OS_CHROMEOS)
|
| if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kMultiProfiles))
|
| return false;
|
|
|