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

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

Issue 2497833002: support multiple log message handlers in base/logging.h (Closed)
Patch Set: Created 4 years, 1 month 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..b48a5978f02049bfc62ea34c90c101b52ae784a6 100644
--- a/third_party/crashpad/crashpad/util/thread/thread_log_messages.h
+++ b/third_party/crashpad/crashpad/util/thread/thread_log_messages.h
@@ -27,7 +27,7 @@ namespace crashpad {
//!
//! 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.
+//! `logging::AddLogMessageHandler()` at any 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