| Index: components/breakpad/breakpad_win.h
|
| diff --git a/components/breakpad/breakpad_win.h b/components/breakpad/breakpad_win.h
|
| deleted file mode 100644
|
| index 69165fb29a4d1c76e71396de501e7f531b68fdd9..0000000000000000000000000000000000000000
|
| --- a/components/breakpad/breakpad_win.h
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -// Copyright 2013 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 COMPONENTS_BREAKPAD_BREAKPAD_WIN_H_
|
| -#define COMPONENTS_BREAKPAD_BREAKPAD_WIN_H_
|
| -
|
| -#include <windows.h>
|
| -#include <string>
|
| -#include <vector>
|
| -
|
| -namespace breakpad {
|
| -
|
| -void InitCrashReporter();
|
| -
|
| -// 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);
|
| -
|
| -} // namespace breakpad
|
| -
|
| -#endif // COMPONENTS_BREAKPAD_BREAKPAD_WIN_H_
|
|
|