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

Unified Diff: chrome/renderer/renderer_main.cc

Issue 115808: Respect Linux user prefs with regards to crash reporting. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: with nits fixed, also some minor fixes to breakpad_linux.cc Created 11 years, 7 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 | « chrome/renderer/render_crash_handler_linux_stub.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/renderer_main.cc
===================================================================
--- chrome/renderer/renderer_main.cc (revision 17070)
+++ chrome/renderer/renderer_main.cc (working copy)
@@ -21,9 +21,6 @@
#include "chrome/common/logging_chrome.h"
#include "chrome/common/main_function_params.h"
#include "chrome/renderer/renderer_main_platform_delegate.h"
-#if defined(OS_LINUX)
-#include "chrome/renderer/render_crash_handler_linux.h"
-#endif
#include "chrome/renderer/render_process.h"
#include "grit/chromium_strings.h"
#include "grit/generated_resources.h"
@@ -73,10 +70,6 @@
// whatever occurs before it.
HandleRendererErrorTestParameters(parsed_command_line);
-#if defined(OS_LINUX)
- EnableRendererCrashDumping();
-#endif
-
RendererMainPlatformDelegate platform(parameters);
StatsScope<StatsCounterTimer>
« no previous file with comments | « chrome/renderer/render_crash_handler_linux_stub.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698