Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4946)

Unified Diff: chrome/common/extensions/api/extension_api.json

Issue 8548013: Moving experimental.metrics API to metricsPrivate (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebase Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.",
« no previous file with comments | « chrome/browser/resources/file_manager/manifest.json ('k') | chrome/common/extensions/extension_permission_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698