Index: chrome/browser/performance_monitor/events.json |
diff --git a/chrome/browser/performance_monitor/events.json b/chrome/browser/performance_monitor/events.json |
index d82593cf7e67ab4ec6e66abf8a10ee901309a421..2ee1c61b9517fe3c739d262a12ee5c98a000aa76 100644 |
--- a/chrome/browser/performance_monitor/events.json |
+++ b/chrome/browser/performance_monitor/events.json |
@@ -113,12 +113,13 @@ |
} |
}, |
{ |
- "id": "UncleanShutdown", |
+ "id": "UncleanExit", |
"type": "object", |
- "description": "The event to represent an unclean shutdown.", |
+ "description": "The event to represent an unclean exit.", |
"properties": { |
"eventType": {"type": "integer", "description": "The type of the event."}, |
- "time": {"type": "number", "description": "The time at which the event was recorded."} |
+ "time": {"type": "number", "description": "The time at which the event was recorded."}, |
+ "profileName": {"type": "string", "description": "The name of the profile which shutdown uncleanly."} |
} |
} |
] |