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

Unified Diff: third_party/crashpad/crashpad/util/thread/thread_log_messages.h

Issue 2034393004: Allow multiple logging::LogMessage{Handler,Listener}s Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 3 years, 11 months 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: third_party/crashpad/crashpad/util/thread/thread_log_messages.h
diff --git a/third_party/crashpad/crashpad/util/thread/thread_log_messages.h b/third_party/crashpad/crashpad/util/thread/thread_log_messages.h
index e8eef358b6df8011409fa7ae592e903102112142..e2d1a13559fc775f78e289c30a3c6bc4ac5c9eb1 100644
--- a/third_party/crashpad/crashpad/util/thread/thread_log_messages.h
+++ b/third_party/crashpad/crashpad/util/thread/thread_log_messages.h
@@ -26,8 +26,7 @@ namespace crashpad {
//! object’s lifetime.
//!
//! At most one object of this class type may exist on a single thread at a
-//! time. When using this class, no other part of the program may call
-//! `logging::SetLogMessageHandler()` at any time.
+//! time.
class ThreadLogMessages {
public:
ThreadLogMessages();
« no previous file with comments | « third_party/crashpad/README.chromium ('k') | third_party/crashpad/crashpad/util/thread/thread_log_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698