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

Unified Diff: chrome/common/env_vars.cc

Issue 10407058: Compile in Breakpad by default on Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add #ifdef to chrome/browser/chromeos/login/wizard_controller.cc too Created 7 years, 11 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/common/env_vars.h ('k') | ppapi/native_client/tests/breakpad_crash_test/crash_dump_tester.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/env_vars.cc
diff --git a/chrome/common/env_vars.cc b/chrome/common/env_vars.cc
index 06e10f8d59fd755524e10901bbb900c38025f480..c678126fc7c5e90f9b0612c7330c16ccf1eed4db 100644
--- a/chrome/common/env_vars.cc
+++ b/chrome/common/env_vars.cc
@@ -6,6 +6,11 @@
namespace env_vars {
+// Enable Breakpad crash reporting. This is used for automated
+// testing of Breakpad in Chromium builds where Breakpad is compiled
+// in by default but not usually enabled.
+const char kEnableBreakpad[] = "CHROME_ENABLE_BREAKPAD";
+
// We call running in unattended mode (for automated testing) "headless".
// This mode can be enabled using this variable or by the kNoErrorDialogs
// switch.
« no previous file with comments | « chrome/common/env_vars.h ('k') | ppapi/native_client/tests/breakpad_crash_test/crash_dump_tester.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698