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

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

Issue 10909241: Generate dumps for relevant renderers when users kill a hung pepper plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Dump&kill in blocking pool instead of on IO thread. 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 d3b662928c70b276d0dee9a8af5b75b35814a172..a3d02b7ce4e2c0091ac87006c8c25c726b91f852 100644
--- a/chrome/browser/hang_monitor/hang_crash_dump_win.h
+++ b/chrome/browser/hang_monitor/hang_crash_dump_win.h
@@ -11,4 +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);
+
#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