| 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..06e52740a5b67d929dd903d90b79eca56769b35a 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": "string" }
|
| + }
|
| + ]
|
| + }
|
| + ]
|
| + },
|
| + {
|
| "name": "recordUserAction",
|
| "type": "function",
|
| "description": "Records an action performed by the user.",
|
|
|