diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-17 12:04:23 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-17 12:04:23 +0000 |
commit | f2c0549ecf5ae4f682059fce947567aad107ecb3 (patch) | |
tree | f4b836c3e97babb3eebd8d2cbc7f475abf2390be /base/logging_win.cc | |
parent | 9a68fa2d4ef805aaceb88890b753345c99e57881 (diff) | |
download | chromium_src-f2c0549ecf5ae4f682059fce947567aad107ecb3.zip chromium_src-f2c0549ecf5ae4f682059fce947567aad107ecb3.tar.gz chromium_src-f2c0549ecf5ae4f682059fce947567aad107ecb3.tar.bz2 |
Remove the LOG_ERROR_REPORT log severity level.
It's been unused since r255987 (which removed the --enable-dcheck flag,
among other things).
Also remove the --silent-dump-on-dcheck flag (because now there's not
even code that pretends to use it).
R=brettw@chromium.org,sky@chromium.org
BUG=352378
Review URL: https://codereview.chromium.org/331143007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277736 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/logging_win.cc')
-rw-r--r-- | base/logging_win.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/logging_win.cc b/base/logging_win.cc index a714665..a3c3a5b 100644 --- a/base/logging_win.cc +++ b/base/logging_win.cc @@ -37,7 +37,6 @@ bool LogEventProvider::LogMessage(logging::LogSeverity severity, level = TRACE_LEVEL_WARNING; break; case LOG_ERROR: - case LOG_ERROR_REPORT: level = TRACE_LEVEL_ERROR; break; case LOG_FATAL: |