diff options
Diffstat (limited to 'chrome/common/chrome_counters.h')
-rw-r--r-- | chrome/common/chrome_counters.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_counters.h b/chrome/common/chrome_counters.h index 14cfa21..c7975f85 100644 --- a/chrome/common/chrome_counters.h +++ b/chrome/common/chrome_counters.h @@ -15,6 +15,9 @@ namespace chrome { class Counters { public: + // The number of messages sent on IPC channels. + static StatsCounter& ipc_send_counter(); + // The amount of time spent in chrome initialization. static StatsCounterTimer& chrome_main(); |