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

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

Issue 10815079: CPM: revised unclean exit watching, revised renderer crash test (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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 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."}
}
}
]

Powered by Google App Engine
This is Rietveld 408576698