Index: chrome/common/chrome_counters.cc |
diff --git a/chrome/common/chrome_counters.cc b/chrome/common/chrome_counters.cc |
index 91ebf554eddc97bfde602e4865e946c6e9dc3233..da6ee3b0caac923c8b6737c539aa87c250af42e0 100644 |
--- a/chrome/common/chrome_counters.cc |
+++ b/chrome/common/chrome_counters.cc |
@@ -42,14 +42,4 @@ StatsRate& Counters::spellcheck_lookup() { |
return *ctr; |
} |
-StatsCounterTimer& Counters::plugin_load() { |
- static StatsCounterTimer* ctr = new StatsCounterTimer("ChromePlugin.Load"); |
- return *ctr; |
-} |
- |
-StatsRate& Counters::plugin_intercept() { |
- static StatsRate* ctr = new StatsRate("ChromePlugin.Intercept"); |
- return *ctr; |
-} |
- |
} // namespace chrome |