Index: src/platform/metrics/metrics_daemon.h |
diff --git a/src/platform/metrics/metrics_daemon.h b/src/platform/metrics/metrics_daemon.h |
index dc097b5e15a04c51dd6478d153b7103ed818fc15..b18e3667e1868265dd86bd4af21e81e4999c7a02 100644 |
--- a/src/platform/metrics/metrics_daemon.h |
+++ b/src/platform/metrics/metrics_daemon.h |
@@ -63,11 +63,11 @@ class MetricsDaemon { |
// Given a string with the name of a state, returns the id for the state. |
NetworkStateId GetNetworkStateId(const char* state_name); |
- // Sends a stat to Chrome for transport to UMA. |
- void ChromePublishMetric(const char* name, int value); |
- |
- // Prints a stat for testing. |
- void TestPublishMetric(const char* name, int value); |
+ // Sends a stat to Chrome for transport to UMA (or prints it for |
+ // testing). See MetricsLibrary::SendToChrome in metrics_library.h |
+ // for a description of the arguments. |
+ void PublishMetric(const char* name, int sample, |
+ int min, int max, int nbuckets); |
#if 0 |
// Fetches a name-value hash table from DBus. |