Index: ash/shell_delegate.h |
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h |
index ce1c3a12ed738a71e928a3be1bb49fe422b92ea2..99aeb6eb637e53fe206523fa1b61090651215092 100644 |
--- a/ash/shell_delegate.h |
+++ b/ash/shell_delegate.h |
@@ -112,6 +112,9 @@ class ASH_EXPORT ShellDelegate { |
// restarted, typically due to logging in as a guest or logging out. |
virtual bool IsFirstRunAfterBoot() const = 0; |
+ // Returns true if multi-profiles feature is enabled. |
+ virtual bool IsMultiProfilesEnabled() const = 0; |
+ |
// Returns true if we're running in forced app mode. |
virtual bool IsRunningInForcedAppMode() const = 0; |