diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_switches.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 78ad8d3..edd77df 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -288,8 +288,9 @@ const wchar_t kMessageLoopHistogrammer[] = L"message-loop-histogrammer"; // setting encodes the target browser and what items to import. const wchar_t kImport[] = L"import"; -// Change the DCHECKS to dump memory and continue instead of crashing. -// This is valid only in Release mode when --enable-dcheck is specified. +// Change the DCHECKS to dump memory and continue instead of displaying error +// dialog. This is valid only in Release mode when --enable-dcheck is +// specified. const wchar_t kSilentDumpOnDCHECK[] = L"silent-dump-on-dcheck"; // Normally when the user attempts to navigate to a page that was the result of |