Index: chrome/app/breakpad.h |
diff --git a/chrome/app/breakpad.h b/chrome/app/breakpad.h |
deleted file mode 100644 |
index 07b261bea900a7f0e914aa301ac938c6e238ed53..0000000000000000000000000000000000000000 |
--- a/chrome/app/breakpad.h |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#ifndef CHROME_APP_BREAKPAD_H_ |
-#define CHROME_APP_BREAKPAD_H_ |
- |
-#include <windows.h> |
-#include <string> |
- |
-// Calls InitCrashReporterThread in it's own thread for the browser process |
-// or directly for the plugin and renderer process. |
-void InitCrashReporter(const std::wstring& dll_path); |
- |
-// Intercepts a crash but does not process it, just ask if we want to restart |
-// the browser or not. |
-void InitDefaultCrashCallback(); |
- |
-// If chrome has been restarted because it crashed, this function will display |
-// a dialog asking for permission to continue execution or to exit now. |
-bool ShowRestartDialogIfCrashed(bool* exit_now); |
- |
-#endif // CHROME_APP_BREAKPAD_H_ |