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

Unified Diff: ui/views/widget/desktop_aura/desktop_factory_ozone.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/views/widget/desktop_aura/desktop_factory_ozone.cc
diff --git a/ui/views/widget/desktop_aura/desktop_factory_ozone.cc b/ui/views/widget/desktop_aura/desktop_factory_ozone.cc
index e0a44890bc217a53a287c6fb9e35b833805caccc..df3f4d24cac3310f8a627486da0eb17599905b7a 100644
--- a/ui/views/widget/desktop_aura/desktop_factory_ozone.cc
+++ b/ui/views/widget/desktop_aura/desktop_factory_ozone.cc
@@ -18,7 +18,8 @@ DesktopFactoryOzone::~DesktopFactoryOzone() {
}
DesktopFactoryOzone* DesktopFactoryOzone::GetInstance() {
- CHECK(impl_) << "DesktopFactoryOzone accessed before constructed";
+ // DesktopFactoryOzone accessed before constructed
+ CHECK(impl_);
return impl_;
}
« ui/base/template_expressions.cc ('K') | « ui/views/view.cc ('k') | url/url_canon_icu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698