Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(821)

Unified Diff: url/url_canon_icu.cc

Issue 2561963002: base: Remove the string logging from CHECK(). (Closed)
Patch Set: checkstring: rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: url/url_canon_icu.cc
diff --git a/url/url_canon_icu.cc b/url/url_canon_icu.cc
index d0468cccaf13176b66350f0558d34727ebf7500f..58b8cc39bc1f4e68505a75b46d47fd3dae4593a8 100644
--- a/url/url_canon_icu.cc
+++ b/url/url_canon_icu.cc
@@ -101,7 +101,8 @@ struct UIDNAWrapper {
// registrars, search engines) converge toward a consensus.
value = uidna_openUTS46(UIDNA_CHECK_BIDI, &err);
if (U_FAILURE(err)) {
- CHECK(false) << "failed to open UTS46 data with error: " << err;
+ // Failed to open UTS46 data with error.
+ CHECK(false);
value = NULL;
}
}
« ui/base/template_expressions.cc ('K') | « ui/views/widget/desktop_aura/desktop_factory_ozone.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698