Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2710)

Unified Diff: chrome/browser/about_flags.cc

Issue 986303002: Re-enable child account detection, now behind a flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enum -> int Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/supervised_user/child_accounts/child_account_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698