| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index c787e21696a7009e19503d3b20b2bc9cbad2e28d..173a545a4fe6608bee97895ef4974cccb617fb83 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2192,6 +2192,14 @@ const Experiment kExperiments[] = {
|
| switches::kSyncServiceURL,
|
| "https://chrome-sync.sandbox.google.com/chrome-sync/alpha")
|
| },
|
| + {
|
| + "enable-child-account-detection",
|
| + IDS_FLAGS_CHILD_ACCOUNT_DETECTION_NAME,
|
| + IDS_FLAGS_CHILD_ACCOUNT_DETECTION_DESCRIPTION,
|
| + kOsAndroid | kOsMac | kOsWin | kOsLinux | kOsCrOS,
|
| + ENABLE_DISABLE_VALUE_TYPE(switches::kEnableChildAccountDetection,
|
| + switches::kDisableChildAccountDetection)
|
| + },
|
|
|
| // NOTE: Adding new command-line switches requires adding corresponding
|
| // entries to enum "LoginCustomFlags" in histograms.xml. See note in
|
|
|