Index: chrome/installer/setup/installer_crash_reporting.cc |
diff --git a/chrome/installer/setup/installer_crash_reporting.cc b/chrome/installer/setup/installer_crash_reporting.cc |
index ae92e0b182ce29d61201d04485c5e1041ec1d466..2757d206fa2d1effc2c8aeb1bd342897d4f59758 100644 |
--- a/chrome/installer/setup/installer_crash_reporting.cc |
+++ b/chrome/installer/setup/installer_crash_reporting.cc |
@@ -123,6 +123,7 @@ void ConfigureCrashReporting(const InstallerState& installer_state) { |
size_t RegisterCrashKeys() { |
const base::debug::CrashKey kFixedKeys[] = { |
+#if defined(OS_MACOSX) || defined(OS_WIN) |
grt (UTC plus 2)
2016/02/10 16:01:53
stale line
|
{ crash_keys::kMetricsClientId, crash_keys::kSmallSize }, |
{ kCurrentVersion, crash_keys::kSmallSize }, |
{ kDistributionType, crash_keys::kSmallSize }, |