| Index: remoting/base/breakpad_win.cc
|
| diff --git a/remoting/base/breakpad_win.cc b/remoting/base/breakpad_win.cc
|
| index 732c186b5bb25662b9974736f73af8728a5c7682..c0b34762d8a4f6f748c0ca54bf70ab321a0f3556 100644
|
| --- a/remoting/base/breakpad_win.cc
|
| +++ b/remoting/base/breakpad_win.cc
|
| @@ -64,9 +64,6 @@ class BreakpadWin {
|
| // Returns the Custom information to be used for crash reporting.
|
| google_breakpad::CustomClientInfo* GetCustomInfo();
|
|
|
| - // Checks whether crash dump collection is allowed by the user.
|
| - bool IsCrashReportingEnabled();
|
| -
|
| // This callback is executed when the process has crashed and *before*
|
| // the crash dump is created. To prevent duplicate crash reports we
|
| // make every thread calling this method, except the very first one,
|
|
|