Chromium Code Reviews| Index: components/crash/app/breakpad_win.h |
| diff --git a/components/crash/app/breakpad_win.h b/components/crash/app/breakpad_win.h |
| index 3e51a8e29969fff6ae717d71bef4f04a86701867..144119fb81bc090b5f5408354673311379091798 100644 |
| --- a/components/crash/app/breakpad_win.h |
| +++ b/components/crash/app/breakpad_win.h |
| @@ -17,6 +17,8 @@ void InitCrashReporter(const std::string& process_type_switch); |
| // a dialog asking for permission to continue execution or to exit now. |
| bool ShowRestartDialogIfCrashed(bool* exit_now); |
| +// Shuts down Breakpad. |
|
Robert Sesek
2015/02/12 19:18:04
"Should be called immediately before exiting, afte
Will Harris
2015/02/12 20:38:49
Done.
|
| +void ShutdownCrashReporter(); |
|
Robert Sesek
2015/02/12 19:18:04
nit: blank line after
Will Harris
2015/02/12 20:38:49
Done.
|
| } // namespace breakpad |
| #endif // COMPONENTS_CRASH_APP_BREAKPAD_WIN_H_ |