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

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: 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 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.",

Powered by Google App Engine
This is Rietveld 408576698