| Index: ash/shell_delegate.h
|
| diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
|
| index e57eebd1e60885f9ed7e6be24702014866be1ef8..17cd0d16a07173457782b7a11df2490699efd1c5 100644
|
| --- a/ash/shell_delegate.h
|
| +++ b/ash/shell_delegate.h
|
| @@ -104,6 +104,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;
|
|
|
|
|