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

Unified Diff: chrome/common/chrome_switches.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: review2 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index f09a1f9ed9cc0ded5d2f217c526b92611110bcd4..e1efec81882961f01e627ee0ee5a028227bf5192 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -215,6 +215,10 @@ const char kDisableBundledPpapiFlash[] = "disable-bundled-ppapi-flash";
const char kDisableCastStreamingHWEncoding[] =
"disable-cast-streaming-hw-encoding";
+// Disables detection of child accounts.
+const char kDisableChildAccountDetection[] =
+ "disable-child-account-detection";
+
// Disables the client-side phishing detection feature. Note that even if
// client-side phishing detection is enabled, it will only be active if the
// user has opted in to UMA stats and SafeBrowsing is enabled in the
@@ -396,6 +400,10 @@ const char kEnableBenchmarking[] = "enable-benchmarking";
// Enables the multi-level undo system for bookmarks.
const char kEnableBookmarkUndo[] = "enable-bookmark-undo";
+// Enables detection of child accounts.
+const char kEnableChildAccountDetection[] =
+ "enable-child-account-detection";
+
// This applies only when the process type is "service". Enables the Cloud
// Print Proxy component within the service process.
const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy";

Powered by Google App Engine
This is Rietveld 408576698