summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.cc
diff options
context:
space:
mode:
authorantrim@chromium.org <antrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-04 18:22:26 +0000
committerantrim@chromium.org <antrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-04 18:22:26 +0000
commitee4e9f555a9099fbfc0f1ce1c30c294cc7081aa2 (patch)
tree584fbaf27ca805ec0e568a468b8cd9eb08733949 /chromeos/chromeos_switches.cc
parent90878c568b925650ad98d781a00fead7d2a583e7 (diff)
downloadchromium_src-ee4e9f555a9099fbfc0f1ce1c30c294cc7081aa2.zip
chromium_src-ee4e9f555a9099fbfc0f1ce1c30c294cc7081aa2.tar.gz
chromium_src-ee4e9f555a9099fbfc0f1ce1c30c294cc7081aa2.tar.bz2
Enable supervised users password sync/import on ChromeOS
R=nkostylev@chromium.org TBR=stevenjb@chromium.org as owner of chromeos/cryptohome/* BUG=282464, 244472 Review URL: https://codereview.chromium.org/224343003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261792 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos_switches.cc')
-rw-r--r--chromeos/chromeos_switches.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 5b47f24..4942c72 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -204,8 +204,5 @@ const char kForceFirstRunUI[] = "force-first-run-ui";
// Enables testing for auto update UI.
const char kTestAutoUpdateUI[] = "test-auto-update-ui";
-// Enables features required for supervised user sync,
-const char kEnableSupervisedPasswordSync[] = "enable-supervised-password-sync";
-
} // namespace switches
} // namespace chromeos