Chromium Code Reviews| 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..53e8c46352db4193c946f1390d89884f5c17adc6 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 occurance with an extension in Chrome, including installation, uninstallation, enablement, disablement, and update.", |
|
Yoyo Zhou
2012/08/02 08:39:01
occurance -> occurrence
|
| "properties": { |
| "eventType": {"type": "integer", "description": "The type of the event."}, |
| "time": {"type": "number", "description": "The time at which the event was recorded."}, |