diff options
-rw-r--r-- | chromeos/chromeos_switches.cc | 4 | ||||
-rw-r--r-- | chromeos/chromeos_switches.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc index 6d7c7fe..ccfb26c 100644 --- a/chromeos/chromeos_switches.cc +++ b/chromeos/chromeos_switches.cc @@ -131,6 +131,10 @@ const char kFileManagerShowCheckboxes[] = "file-manager-show-checkboxes"; const char kFileManagerEnableWebstoreIntegration[] = "file-manager-enable-webstore-integration"; +// Enables the multi-profile support in the Files.app. +const char kFileManagerEnableMultiProfile[] = + "file-manager-enable-multi-profile"; + // Passed to Chrome the first time that it's run after the system boots. // Not passed on restart after sign out. const char kFirstExecAfterBoot[] = "first-exec-after-boot"; diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h index f9f3e7e..319f826 100644 --- a/chromeos/chromeos_switches.h +++ b/chromeos/chromeos_switches.h @@ -53,6 +53,7 @@ CHROMEOS_EXPORT extern const char kEnterpriseEnrollmentModulusLimit[]; CHROMEOS_EXPORT extern const char kEnterpriseEnrollmentSkipRobotAuth[]; CHROMEOS_EXPORT extern const char kFileManagerShowCheckboxes[]; CHROMEOS_EXPORT extern const char kFileManagerEnableWebstoreIntegration[]; +CHROMEOS_EXPORT extern const char kFileManagerEnableMultiProfile[]; CHROMEOS_EXPORT extern const char kFirstExecAfterBoot[]; CHROMEOS_EXPORT extern const char kForceLoginManagerInTests[]; CHROMEOS_EXPORT extern const char kGpuSandboxFailuresNonfatal[]; |