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

Unified Diff: webrtc/system_wrappers/include/metrics_default.h

Issue 2337883003: Remove name parameter from HistogramAdd function. (Closed)
Patch Set: Add check to Android Metrics. Created 4 years, 3 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
Index: webrtc/system_wrappers/include/metrics_default.h
diff --git a/webrtc/system_wrappers/include/metrics_default.h b/webrtc/system_wrappers/include/metrics_default.h
index 94ba3cda321b7e1abea52d04d29958efeae4e52e..e262198e577b35a371b47a65c7ee2805e5b77dca 100644
--- a/webrtc/system_wrappers/include/metrics_default.h
+++ b/webrtc/system_wrappers/include/metrics_default.h
@@ -55,9 +55,6 @@ int NumSamples(const std::string& name);
// Returns the minimum sample value (or -1 if the histogram has no samples).
int MinSample(const std::string& name);
-// Function for adding a |sample| to a histogram without checkking the name.
-void HistogramAdd(Histogram* histogram_pointer, int sample);
-
} // namespace metrics
} // namespace webrtc

Powered by Google App Engine
This is Rietveld 408576698