diff options
author | huanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-12 18:26:11 +0000 |
---|---|---|
committer | huanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-12 18:26:11 +0000 |
commit | 416478170d0dd41b071fdf4df1438786c581c03f (patch) | |
tree | 4a88371a3e5a0ab075c22c9f86844753935e0414 /chrome/common | |
parent | a17b7ca6d209f26bf96a055aa6a5fa7dbfe68612 (diff) | |
download | chromium_src-416478170d0dd41b071fdf4df1438786c581c03f.zip chromium_src-416478170d0dd41b071fdf4df1438786c581c03f.tar.gz chromium_src-416478170d0dd41b071fdf4df1438786c581c03f.tar.bz2 |
Fix comment of silent-dump-on-dcheck.
Review URL: http://codereview.chromium.org/20307
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9675 0039d316-1c4b-4281-b951-d872f2087c98
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 |