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

Unified Diff: dbus/dbus_statistics.h

Issue 11761015: Make DBusStatistics only run on the main thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CHECK -> DCHECK Created 7 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
« no previous file with comments | « no previous file | dbus/dbus_statistics.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/dbus_statistics.h
diff --git a/dbus/dbus_statistics.h b/dbus/dbus_statistics.h
index 2bd9fd9baf706a5de556a3543eab063852ddb063..e0355582aab1c1a865dc1e8cbadfdcba24f7be9e 100644
--- a/dbus/dbus_statistics.h
+++ b/dbus/dbus_statistics.h
@@ -9,6 +9,11 @@
#include "dbus/dbus_export.h"
+// The functions defined here are used to gather DBus statistics, and
+// provide them in a format convenient for debugging. These functions are only
+// valid when called from the main thread (the thread which Initialize() was
+// called from). Calls from other threads will be ignored.
+
namespace dbus {
namespace statistics {
« no previous file with comments | « no previous file | dbus/dbus_statistics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698