| Index: chrome/common/extensions/api/extension_api.json
|
| diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
|
| index 7bc852072bf171d64e9f3255265830a1451c650b..2bdc7c2aa60f81e9c7e8ec9ac7ebfa4820c61339 100644
|
| --- a/chrome/common/extensions/api/extension_api.json
|
| +++ b/chrome/common/extensions/api/extension_api.json
|
| @@ -5133,7 +5133,7 @@
|
| ]
|
| },
|
| {
|
| - "namespace": "experimental.metrics",
|
| + "namespace": "metricsPrivate",
|
| "nodoc": true,
|
| "types": [
|
| {
|
| @@ -5155,39 +5155,6 @@
|
| ],
|
| "functions": [
|
| {
|
| - "name": "getEnabled",
|
| - "type": "function",
|
| - "description": "Gets the user preference to send UMA and crash reports to Google.",
|
| - "parameters": [
|
| - {
|
| - "type": "function",
|
| - "name": "callback",
|
| - "parameters": [
|
| - {"name": "enabled", "type": "boolean"}
|
| - ]
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "name": "setEnabled",
|
| - "type": "function",
|
| - "description": "Sets the user preference to send UMA and crash reports to Google.",
|
| - "parameters": [
|
| - {"name": "enabled", "type": "boolean", "description": "True for setting Chrome to actively send UMA and crash reports, false for disabling this."},
|
| - {
|
| - "type": "function",
|
| - "name": "callback",
|
| - "parameters": [
|
| - {
|
| - "name": "enabled",
|
| - "type": "boolean",
|
| - "description": "The actual value set. If it is not the one passed in parameter, the value couldn't be changed (e.g. because of security)."
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - },
|
| - {
|
| "name": "recordUserAction",
|
| "type": "function",
|
| "description": "Records an action performed by the user.",
|
|
|