diff options
author | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-15 18:44:07 +0000 |
---|---|---|
committer | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-15 18:44:07 +0000 |
commit | f9357a440ae2e023137243744cd2641325cfb4ef (patch) | |
tree | 17218630d64773a862006f26c71d8016d14e0fd5 /chromeos/chromeos_switches.cc | |
parent | be8cd1ea5d28eccb775eceb53518b0c28d6430e0 (diff) | |
download | chromium_src-f9357a440ae2e023137243744cd2641325cfb4ef.zip chromium_src-f9357a440ae2e023137243744cd2641325cfb4ef.tar.gz chromium_src-f9357a440ae2e023137243744cd2641325cfb4ef.tar.bz2 |
Turning on MultiProfile by default for ChromeOS
Merged with issues 184563005, 273653004
BUG=364604, 351244, 349844
TEST=existing tests
Review URL: https://codereview.chromium.org/271533004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270753 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos_switches.cc')
-rw-r--r-- | chromeos/chromeos_switches.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc index 77cf81b..91c825f 100644 --- a/chromeos/chromeos_switches.cc +++ b/chromeos/chromeos_switches.cc @@ -142,6 +142,13 @@ const char kHasChromeOSKeyboard[] = "has-chromeos-keyboard"; // If true, the Chromebook has a keyboard with a diamond key. const char kHasChromeOSDiamondKey[] = "has-chromeos-diamond-key"; +// If true, profile selection in UserManager will always return active user's +// profile. +// TODO(nkostlyev): http://crbug.com/364604 - Get rid of this switch after we +// turn on multi-profile feature on ChromeOS. +const char kIgnoreUserProfileMappingForTests[] = + "ignore-user-profile-mapping-for-tests"; + // Path for the screensaver used in Kiosk mode const char kKioskModeScreensaverPath[] = "kiosk-mode-screensaver-path"; |