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

Unified Diff: chrome/app/chrome_crash_reporter_client_win.h

Issue 2053953002: Add chrome_crash_reporter_client_win.cc to the source file list for chrome_elf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments Created 4 years, 6 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 | « base/trace_event/winheap_dump_provider_win.cc ('k') | chrome/app/chrome_crash_reporter_client_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_crash_reporter_client_win.h
diff --git a/chrome/app/chrome_crash_reporter_client_win.h b/chrome/app/chrome_crash_reporter_client_win.h
index 6acf53c553448b59bed4ec3dbce99709a611190e..29109aa3537025860b26ae183ee21fab489dbd78 100644
--- a/chrome/app/chrome_crash_reporter_client_win.h
+++ b/chrome/app/chrome_crash_reporter_client_win.h
@@ -10,6 +10,13 @@
class ChromeCrashReporterClient : public crash_reporter::CrashReporterClient {
public:
+#if !defined(NACL_WIN64)
+ // Instantiates a process wide instance of the ChromeCrashReporterClient
+ // class and initializes crash reporting for the process. The instance is
+ // leaked.
+ static void InitializeCrashReportingForProcess();
+#endif
+
ChromeCrashReporterClient();
~ChromeCrashReporterClient() override;
« no previous file with comments | « base/trace_event/winheap_dump_provider_win.cc ('k') | chrome/app/chrome_crash_reporter_client_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698