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

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

Issue 10703078: Add Unclean Exit Watching to CPM (Closed) Base URL: http://git.chromium.org/chromium/src.git@dc_crash_event_watching
Patch Set: Created 8 years, 6 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 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."}
}
}
]

Powered by Google App Engine
This is Rietveld 408576698