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

Unified Diff: chrome/browser/hang_monitor/hang_crash_dump_win.h

Issue 10983028: Render/pepper hang debugging: generate dumps for the browser and renderer processes if users kill a… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 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
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/browser/hang_monitor/hang_crash_dump_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/hang_monitor/hang_crash_dump_win.h
diff --git a/chrome/browser/hang_monitor/hang_crash_dump_win.h b/chrome/browser/hang_monitor/hang_crash_dump_win.h
index a3d02b7ce4e2c0091ac87006c8c25c726b91f852..1f7d798edb21767313dc23673ffa96cdb77762dd 100644
--- a/chrome/browser/hang_monitor/hang_crash_dump_win.h
+++ b/chrome/browser/hang_monitor/hang_crash_dump_win.h
@@ -11,8 +11,8 @@
// process.
void CrashDumpAndTerminateHungChildProcess(HANDLE hprocess);
-// Causes the given process to generate a crash dump if it is handling pepper
-// messages.
-void CrashDumpIfProcessHandlingPepper(HANDLE hprocess);
+// TODO(yzshen): Remove when enough information is collected and the hang rate
+// of pepper/renderer processes is reduced.
+void CrashDumpForHangDebugging(HANDLE hprocess);
#endif // CHROME_BROWSER_HANG_MONITOR_HANG_CRASH_DUMP_WIN_H_
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/browser/hang_monitor/hang_crash_dump_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698