Index: chromeos/chromeos_switches.cc |
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
index 4da516766a6bb7a8ac4d2502e9b05cdba35e8500..c162e94e564252d6daa2fb7534ed667fda337f31 100644 |
--- a/chromeos/chromeos_switches.cc |
+++ b/chromeos/chromeos_switches.cc |
@@ -207,5 +207,8 @@ 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 |