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

Unified Diff: ui/accessibility/tree_generator.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: ui/accessibility/tree_generator.cc
diff --git a/ui/accessibility/tree_generator.cc b/ui/accessibility/tree_generator.cc
index 480a040e921a4ef3eb121208ec865eda6d3af727..271fc9147e76f352506e856d746b97f10986ecbf 100644
--- a/ui/accessibility/tree_generator.cc
+++ b/ui/accessibility/tree_generator.cc
@@ -106,7 +106,7 @@ void TreeGenerator::BuildUniqueTreeWithSize(
}
// Unserialize the tree update into the destination tree.
- CHECK(out_tree->Unserialize(update)) << out_tree->error();
+ CHECK(out_tree->Unserialize(update));
};
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698