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

Unified Diff: chrome/app/breakpad_win.h

Issue 9456027: Revert 123149 (trying to find the cause of http://crbug.com/115479) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « no previous file | chrome/app/breakpad_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/breakpad_win.h
===================================================================
--- chrome/app/breakpad_win.h (revision 123320)
+++ chrome/app/breakpad_win.h (working copy)
@@ -12,6 +12,8 @@
// The maximum number of 64-char URL chunks we will report.
static const int kMaxUrlChunks = 8;
+// Calls InitCrashReporterThread in its own thread for the browser process
+// or directly for the plugin and renderer process.
void InitCrashReporter();
// Intercepts a crash but does not process it, just ask if we want to restart
« no previous file with comments | « no previous file | chrome/app/breakpad_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698