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

Unified Diff: chrome/browser/performance_monitor/event.h

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/event.h
diff --git a/chrome/browser/performance_monitor/event.h b/chrome/browser/performance_monitor/event.h
index 4452d2548031c40a10d0d118a9807f59ce1443b7..64afb149ed64e7e741141d49618cb0530a3f9a9f 100644
--- a/chrome/browser/performance_monitor/event.h
+++ b/chrome/browser/performance_monitor/event.h
@@ -26,7 +26,7 @@ enum EventType {
EVENT_RENDERER_FREEZE,
EVENT_RENDERER_CRASH,
EVENT_KILLED_BY_OS_CRASH,
- EVENT_UNCLEAN_SHUTDOWN,
+ EVENT_UNCLEAN_EXIT,
EVENT_NUMBER_OF_EVENTS
};

Powered by Google App Engine
This is Rietveld 408576698