From 8db13f3284cbac2cc03713c2cd952575c30be14c Mon Sep 17 00:00:00 2001 From: "antrim@chromium.org" Date: Tue, 5 Feb 2013 15:02:32 +0000 Subject: Add manager selection for locally managed account BUG=171923 Review URL: https://chromiumcodereview.appspot.com/12087108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180698 0039d316-1c4b-4281-b951-d872f2087c98 --- chromeos/chromeos_switches.cc | 4 ++++ chromeos/chromeos_switches.h | 1 + 2 files changed, 5 insertions(+) (limited to 'chromeos') diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc index 4fe2854..440e589 100644 --- a/chromeos/chromeos_switches.cc +++ b/chromeos/chromeos_switches.cc @@ -13,6 +13,10 @@ const char kChromeOSReleaseBoard[] = "chromeos-release-board"; // Forces the stub implementation of dbus clients. const char kDbusStub[] = "dbus-stub"; +// Enables experiments in locally managed user creation ui. +const char kEnableLocallyManagedUserUIExperiments[] = + "enable-locally-managed-users-ui-experiments"; + // Enables the new NetworkChangeNotifier using the NetworkStateHandler class. const char kEnableNewNetworkChangeNotifier[] = "enable-new-network-change-notifier"; diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h index 233b986..6990982 100644 --- a/chromeos/chromeos_switches.h +++ b/chromeos/chromeos_switches.h @@ -22,6 +22,7 @@ namespace switches { // Please keep alphabetized. CHROMEOS_EXPORT extern const char kChromeOSReleaseBoard[]; CHROMEOS_EXPORT extern const char kDbusStub[]; +CHROMEOS_EXPORT extern const char kEnableLocallyManagedUserUIExperiments[]; CHROMEOS_EXPORT extern const char kEnableNewNetworkChangeNotifier[]; CHROMEOS_EXPORT extern const char kEnableScreensaverExtensions[]; CHROMEOS_EXPORT extern const char kSmsTestMessages[]; -- cgit v1.1