| 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";
 | 
| 
 |