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

Unified Diff: components/crash/app/breakpad_win.h

Issue 919893002: Replace handles that the handle closer closes with dummy Events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: only change win Created 5 years, 10 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/app/client_util.cc ('k') | components/crash/app/breakpad_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/app/client_util.cc ('k') | components/crash/app/breakpad_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698