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

Unified Diff: content/public/test/test_fileapi_operation_waiter.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: content/public/test/test_fileapi_operation_waiter.cc
diff --git a/content/public/test/test_fileapi_operation_waiter.cc b/content/public/test/test_fileapi_operation_waiter.cc
index 1f86a39ae8cb8bd2dc825410f319b58c2bc5b009..49ca63724bd1dfbdee7de5d784f9f3fd58b20da4 100644
--- a/content/public/test/test_fileapi_operation_waiter.cc
+++ b/content/public/test/test_fileapi_operation_waiter.cc
@@ -48,7 +48,8 @@ class FileUpdateObserverMultiplexer : public FileUpdateObserver {
BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, task);
}
- CHECK_EQ(context, context_) << "Multiprofile is not implemented";
+ // Multiprofile is not implemented
+ CHECK_EQ(context, context_);
observers_.AddObserver(observer);
}

Powered by Google App Engine
This is Rietveld 408576698