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

Unified Diff: chrome/common/chrome_counters.h

Issue 155905: Separates ipc code from common (http://crbug.com/16829) (Closed)
Patch Set: Fixes reference to 'common_message_traits' it's actually 'common_param_traits' Created 11 years, 5 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 | « chrome/common/child_thread.cc ('k') | chrome/common/chrome_counters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_counters.h
diff --git a/chrome/common/chrome_counters.h b/chrome/common/chrome_counters.h
index c7975f85a9924b6e46280f0cd7b10b4c94d631a0..14cfa210b11449a47b6adf938a5cf14848794df7 100644
--- a/chrome/common/chrome_counters.h
+++ b/chrome/common/chrome_counters.h
@@ -15,9 +15,6 @@ 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();
« no previous file with comments | « chrome/common/child_thread.cc ('k') | chrome/common/chrome_counters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698