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

Unified Diff: chrome/browser/performance_monitor/events.json

Issue 10837003: CPM Refactor and Cleanup (Closed) Base URL: http://git.chromium.org/chromium/src.git@dc_startup_times
Patch Set: Merged with latest master Created 8 years, 4 months 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/browser/performance_monitor/events.json
diff --git a/chrome/browser/performance_monitor/events.json b/chrome/browser/performance_monitor/events.json
index 2ee1c61b9517fe3c739d262a12ee5c98a000aa76..45ae3cba2cfd1f9de8d92f22bed260e623ba4e8e 100644
--- a/chrome/browser/performance_monitor/events.json
+++ b/chrome/browser/performance_monitor/events.json
@@ -7,70 +7,9 @@
"namespace": "events",
"types": [
{
- "id": "ExtensionInstall",
+ "id": "ExtensionEvent",
"type": "object",
- "description": "The event to describe the installation of an extension in Chrome.",
- "properties": {
- "eventType": {"type": "integer", "description": "The type of the event."},
- "time": {"type": "number", "description": "The time at which the event was recorded."},
- "extensionId": {"type": "string", "description": "The extension's id."},
- "extensionName": {"type": "string", "description": "The extension's name."},
- "extensionUrl": {"type": "string", "description": "The extension's url."},
- "extensionLocation": {"type": "integer", "description": "The extension's install location."},
- "extensionVersion": {"type": "string", "description": "The string reprepresentation of the extension's version."},
- "extensionDescription": {"type": "string", "description": "The extension's description."}
- }
- },
- {
- "id": "ExtensionUnload",
- "type": "object",
- "description": "The event to describe the unloading of an extension in Chrome.",
- "properties": {
- "eventType": {"type": "integer", "description": "The type of the event."},
- "time": {"type": "number", "description": "The time at which the event was recorded."},
- "extensionId": {"type": "string", "description": "The extension's id."},
- "extensionName": {"type": "string", "description": "The extension's name."},
- "extensionUrl": {"type": "string", "description": "The extension's url."},
- "extensionLocation": {"type": "integer", "description": "The extension's install location."},
- "extensionVersion": {"type": "string", "description": "The string reprepresentation of the extension's version."},
- "extensionDescription": {"type": "string", "description": "The extension's description."},
- "unloadReason": {"type": "integer", "description": "The type of unload performed."}
- }
- },
- {
- "id": "ExtensionUninstall",
- "type": "object",
- "description": "The event to describe the uninstallation of an extension in Chrome.",
- "properties": {
- "eventType": {"type": "integer", "description": "The type of the event."},
- "time": {"type": "number", "description": "The time at which the event was recorded."},
- "extensionId": {"type": "string", "description": "The extension's id."},
- "extensionName": {"type": "string", "description": "The extension's name."},
- "extensionUrl": {"type": "string", "description": "The extension's url."},
- "extensionLocation": {"type": "integer", "description": "The extension's install location."},
- "extensionVersion": {"type": "string", "description": "The string reprepresentation of the extension's version."},
- "extensionDescription": {"type": "string", "description": "The extension's description."}
- }
- },
- {
- "id": "ExtensionEnable",
- "type": "object",
- "description": "The event to describe the uninstallation of an extension in Chrome.",
- "properties": {
- "eventType": {"type": "integer", "description": "The type of the event."},
- "time": {"type": "number", "description": "The time at which the event was recorded."},
- "extensionId": {"type": "string", "description": "The extension's id."},
- "extensionName": {"type": "string", "description": "The extension's name."},
- "extensionUrl": {"type": "string", "description": "The extension's url."},
- "extensionLocation": {"type": "integer", "description": "The extension's install location."},
- "extensionVersion": {"type": "string", "description": "The string reprepresentation of the extension's version."},
- "extensionDescription": {"type": "string", "description": "The extension's description."}
- }
- },
- {
- "id": "ExtensionUpdate",
- "type": "object",
- "description": "The event to describe the uninstallation of an extension in Chrome.",
+ "description": "The event to describe a significant occurence with an extension in Chrome, including installation, uninstallation, enablement, disablement, and update.",
"properties": {
"eventType": {"type": "integer", "description": "The type of the event."},
"time": {"type": "number", "description": "The time at which the event was recorded."},
« no previous file with comments | « chrome/browser/performance_monitor/event.cc ('k') | chrome/browser/performance_monitor/performance_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698