Index: chrome/app/breakpad_win.h |
diff --git a/chrome/app/breakpad_win.h b/chrome/app/breakpad_win.h |
index 0633c3a163ee11677da09d781cdd0cd4ca286990..52991194234026bd45885376c27c07a79eff3277 100644 |
--- a/chrome/app/breakpad_win.h |
+++ b/chrome/app/breakpad_win.h |
@@ -12,8 +12,6 @@ |
// 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 |