Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index e7b69fb482d3688a52a4478a9014ec90a7f4a065..222385f3916ba091fa1fce71396c8eaa0f83728b 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -92,14 +92,6 @@ |
if (use_browser_spellchecker) { |
defines += [ "USE_BROWSER_SPELLCHECKER=1" ] |
} |
- |
- # In Windows official builds, this will cause DCHECKs to |
- # dump-without-crashing. See crbug.com/596231. |
- if (is_official_build && is_win) { |
- dcheck_always_on = true |
- defines += [ "DCHECK_IS_DUMP_WITHOUT_CRASH=1" ] |
- } |
- |
if (dcheck_always_on) { |
defines += [ "DCHECK_ALWAYS_ON=1" ] |
} |