| 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_
|
|
|