| Index: chrome/common/extensions/api/metrics_private.json
|
| diff --git a/chrome/common/extensions/api/metrics_private.json b/chrome/common/extensions/api/metrics_private.json
|
| index d1ee679780c6f663b1b7b4b1019637febeedf596..28edefe156078ea8fd1a71400c9fef3a08b004b0 100644
|
| --- a/chrome/common/extensions/api/metrics_private.json
|
| +++ b/chrome/common/extensions/api/metrics_private.json
|
| @@ -148,6 +148,15 @@
|
| ]
|
| },
|
| {
|
| + "name": "recordSparseValue",
|
| + "type": "function",
|
| + "description": "Increments the count associated with |value| in the sparse histogram defined by the |metricName|.",
|
| + "parameters": [
|
| + {"name": "metricName", "type": "string"},
|
| + {"name": "value", "type": "integer"}
|
| + ]
|
| + },
|
| + {
|
| "name": "recordValue",
|
| "type": "function",
|
| "description": "Adds a value to the given metric.",
|
|
|