Index: extensions/browser/extension_function.cc |
diff --git a/extensions/browser/extension_function.cc b/extensions/browser/extension_function.cc |
index d79b1d0d2143a357c27610f3654786f2a1843e85..ed33a8fbcdc5c15f1fdbcdd6e7f1bb5fb0898c6a 100644 |
--- a/extensions/browser/extension_function.cc |
+++ b/extensions/browser/extension_function.cc |
@@ -5,7 +5,6 @@ |
#include "extensions/browser/extension_function.h" |
#include "base/logging.h" |
-#include "base/metrics/sparse_histogram.h" |
#include "content/public/browser/notification_source.h" |
#include "content/public/browser/notification_types.h" |
#include "content/public/browser/render_frame_host.h" |
@@ -126,8 +125,6 @@ void ExtensionFunction::SetError(const std::string& error) { |
} |
void ExtensionFunction::Run() { |
- UMA_HISTOGRAM_SPARSE_SLOWLY("Extensions.FunctionCalls", histogram_value()); |
- |
if (!RunImpl()) |
SendResponse(false); |
} |