From f9357a440ae2e023137243744cd2641325cfb4ef Mon Sep 17 00:00:00 2001 From: "zelidrag@chromium.org" Date: Thu, 15 May 2014 18:44:07 +0000 Subject: 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 --- chromeos/chromeos_switches.cc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'chromeos/chromeos_switches.cc') 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"; -- cgit v1.1