| 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 627687c80d514a3bbeeae62e8d919d056710b0f1..dc4c4b439da9aa69b31dc26538600ecb03cef8c6 100644
|
| --- a/chrome/common/extensions/api/metrics_private.json
|
| +++ b/chrome/common/extensions/api/metrics_private.json
|
| @@ -57,6 +57,26 @@
|
| ]
|
| },
|
| {
|
| + "name": "getVariationParams",
|
| + "description": "Returns variation parameters for the named trial if available, or undefined otherwise.",
|
| + "type": "function",
|
| + "parameters": [
|
| + {"name": "name", "type": "string"},
|
| + {
|
| + "name": "callback",
|
| + "type": "function",
|
| + "optional": "false",
|
| + "parameters": [
|
| + {
|
| + "name": "params",
|
| + "type": "object",
|
| + "additionalProperties": { "type": "any" }
|
| + }
|
| + ]
|
| + }
|
| + ]
|
| + },
|
| + {
|
| "name": "recordUserAction",
|
| "type": "function",
|
| "description": "Records an action performed by the user.",
|
|
|