| Index: remoting/base/breakpad_win.cc
|
| diff --git a/remoting/base/breakpad_win.cc b/remoting/base/breakpad_win.cc
|
| index b622668173902a1db4fcfe649c06f76e441770fc..05f1866524a77c7157bbffe8dd176ee0efd83f5f 100644
|
| --- a/remoting/base/breakpad_win.cc
|
| +++ b/remoting/base/breakpad_win.cc
|
| @@ -65,9 +65,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,
|
|
|