| Index: chrome/common/chrome_switches.cc
 | 
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
 | 
| index c71f68663b70a15a329bfc59bc3137f0647595fb..cae71f76a93ec4ce7bffc4f1a8ba17a9fcfc286b 100644
 | 
| --- a/chrome/common/chrome_switches.cc
 | 
| +++ b/chrome/common/chrome_switches.cc
 | 
| @@ -1315,8 +1315,7 @@ const char kSigninProcess[]                 = "signin-process";
 | 
|  const char kSilentDebuggerExtensionAPI[]    = "silent-debugger-extension-api";
 | 
|  
 | 
|  // Changes the DCHECKS to dump memory and continue instead of displaying error
 | 
| -// dialog. This is valid only in Release mode when --enable-dcheck is
 | 
| -// specified.
 | 
| +// dialog. This is valid only in Release mode when gyp dcheck_always_on=1.
 | 
|  const char kSilentDumpOnDCHECK[]            = "silent-dump-on-dcheck";
 | 
|  
 | 
|  // Causes Chrome to launch without opening any windows by default. Useful if
 | 
| 
 |