| 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 26518436ca56d9b9d4777b2712ad49d9ec96d731..1fb9a7d955f1e5f003e803e817b6eba1ed0a5068 100644
|
| --- a/chrome/common/extensions/api/extension_api.json
|
| +++ b/chrome/common/extensions/api/extension_api.json
|
| @@ -5164,7 +5164,7 @@
|
| ]
|
| },
|
| {
|
| - "namespace": "experimental.metrics",
|
| + "namespace": "metricsPrivate",
|
| "nodoc": true,
|
| "types": [
|
| {
|
| @@ -5186,39 +5186,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.",
|
|
|