Index: chrome/common/chrome_counters.h |
diff --git a/chrome/common/chrome_counters.h b/chrome/common/chrome_counters.h |
index e53d5b262c8ba8b46ec400551d11654f05e9e8d0..742cbb4d2f1505ea58500f1a3d10e7f767020faa 100644 |
--- a/chrome/common/chrome_counters.h |
+++ b/chrome/common/chrome_counters.h |
@@ -29,12 +29,6 @@ class Counters { |
// Time/Count of spellcheck lookups. |
static base::StatsRate& spellcheck_lookup(); |
- |
- // Time spent loading the Chrome plugins. |
- static base::StatsCounterTimer& plugin_load(); |
- |
- // Time/Count of plugin network interception. |
- static base::StatsRate& plugin_intercept(); |
}; |
} // namespace chrome |