Index: chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc |
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc b/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc |
index 34407033dafeb4fb6d7ad186d3af739f604f3b12..b3662e03a2715aa703baa867c270f87fd4bea976 100644 |
--- a/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc |
+++ b/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc |
@@ -78,6 +78,10 @@ bool ChromeShellDelegate::IsFirstRunAfterBoot() const { |
chromeos::switches::kFirstBoot); |
} |
+bool ChromeShellDelegate::IsMultiProfilesEnabled() const { |
+ return CommandLine::ForCurrentProcess()->HasSwitch(switches::kMultiProfiles); |
+} |
+ |
bool ChromeShellDelegate::CanLockScreen() const { |
return chromeos::UserManager::Get()->CanCurrentUserLock(); |
} |