| Index: chrome/browser/performance_monitor/events.json
|
| diff --git a/chrome/browser/performance_monitor/events.json b/chrome/browser/performance_monitor/events.json
|
| index f5f53723c445944699f484e887f947c7cfece16a..2e574886553d702da76398be29d4cf1baebdf9e5 100644
|
| --- a/chrome/browser/performance_monitor/events.json
|
| +++ b/chrome/browser/performance_monitor/events.json
|
| @@ -114,12 +114,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."}
|
| }
|
| }
|
| ]
|
|
|