Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Unified Diff: remoting/base/breakpad_win.cc

Issue 10537182: The user's consent to crash dumps reporting can now be set via the UI (Windows only). The checkbox … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/host/breakpad.h » ('j') | remoting/host/breakpad_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | remoting/host/breakpad.h » ('j') | remoting/host/breakpad_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698