diff options
author | antrim@chromium.org <antrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-04 18:22:26 +0000 |
---|---|---|
committer | antrim@chromium.org <antrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-04 18:22:26 +0000 |
commit | ee4e9f555a9099fbfc0f1ce1c30c294cc7081aa2 (patch) | |
tree | 584fbaf27ca805ec0e568a468b8cd9eb08733949 /chromeos/chromeos_switches.cc | |
parent | 90878c568b925650ad98d781a00fead7d2a583e7 (diff) | |
download | chromium_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.cc | 3 |
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 |