commit | 02cedeba8880b6d1fe027150148c002ed976260f | [log] [tgz] |
---|---|---|
author | Wez <[email protected]> | Tue Jul 26 12:48:38 2022 |
committer | Chromium LUCI CQ <[email protected]> | Tue Jul 26 12:48:38 2022 |
tree | d542394d500a6eb29eb91d011ed7b8cfc70c62b3 | |
parent | 1f79759bfaf3369b5c50f8dc42599ac60c99e2e9 [diff] [blame] |
[dcheck] Make DCHECK_IS_CONFIGURABLE a buildflag Change-Id: I50a282a220128a6a3f130207d38ebd134a81f44a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3658792 Auto-Submit: Wez <[email protected]> Reviewed-by: Benoit Lize <[email protected]> Owners-Override: Wez <[email protected]> Commit-Queue: Wez <[email protected]> Reviewed-by: Peter Boström <[email protected]> Cr-Commit-Position: refs/heads/main@{#1028214}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index b4cd233..025fa8c 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -6130,12 +6130,12 @@ "renderer processes, thereby cancelling echoes from more audio sources."; #endif // BUILDFLAG(CHROME_WIDE_ECHO_CANCELLATION) -#if defined(DCHECK_IS_CONFIGURABLE) +#if BUILDFLAG(DCHECK_IS_CONFIGURABLE) const char kDcheckIsFatalName[] = "DCHECKs are fatal"; const char kDcheckIsFatalDescription[] = "By default Chrome will evaluate in this build, but only log failures, " "rather than crashing. If enabled, DCHECKs will crash the calling process."; -#endif // defined(DCHECK_IS_CONFIGURABLE) +#endif // BUILDFLAG(DCHECK_IS_CONFIGURABLE) #if BUILDFLAG(ENABLE_JXL_DECODER) const char kEnableJXLName[] = "Enable JXL image format";