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

Unified Diff: components/browser_watcher/dump_postmortem_minidump_main_win.cc

Issue 2554423002: Collect log messages from stability files (Closed)
Patch Set: Enum fixup Created 4 years 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: components/browser_watcher/dump_postmortem_minidump_main_win.cc
diff --git a/components/browser_watcher/dump_postmortem_minidump_main_win.cc b/components/browser_watcher/dump_postmortem_minidump_main_win.cc
index 34c5fe8aaf6b6e6a423568282c0f3545d1b334cb..246a06a56b0cef2d1f0293e2c9e8a555561fcf0b 100644
--- a/components/browser_watcher/dump_postmortem_minidump_main_win.cc
+++ b/components/browser_watcher/dump_postmortem_minidump_main_win.cc
@@ -50,7 +50,7 @@ void PrintActivity(FILE* out,
Indent(out, indent_level + 1);
fprintf(out, "time: %lld\n", activity.time());
switch (activity.type()) {
- case browser_watcher::Activity::NONE:
+ case browser_watcher::Activity::UNKNOWN:
break;
case browser_watcher::Activity::ACT_TASK_RUN:
Indent(out, indent_level + 1);

Powered by Google App Engine
This is Rietveld 408576698