| Index: chrome/installer/util/shell_util.cc
|
| diff --git a/chrome/installer/util/shell_util.cc b/chrome/installer/util/shell_util.cc
|
| index 22261c1a639da79e1a209d3a1d88e2d789031ecf..1b90c2007d2d419f6d6fd86298c8a9ff33c976bf 100644
|
| --- a/chrome/installer/util/shell_util.cc
|
| +++ b/chrome/installer/util/shell_util.cc
|
| @@ -1281,7 +1281,7 @@ ShellUtil::DefaultState ProbeProtocolHandlers(
|
| const base::FilePath& chrome_exe,
|
| const wchar_t* const* protocols,
|
| size_t num_protocols) {
|
| -#if DCHECK_IS_ON
|
| +#if !DCHECK_IS_OFF
|
| DCHECK(!num_protocols || protocols);
|
| for (size_t i = 0; i < num_protocols; ++i)
|
| DCHECK(protocols[i] && *protocols[i]);
|
|
|