Index: ios/chrome/browser/crash_report/crash_keys.cc |
diff --git a/ios/chrome/browser/crash_report/crash_keys.cc b/ios/chrome/browser/crash_report/crash_keys.cc |
index 1759249323a9523dfc039d5af4f8ca02adc946d0..be6886a65bfe0ab26f2ad2c7026539476c395470 100644 |
--- a/ios/chrome/browser/crash_report/crash_keys.cc |
+++ b/ios/chrome/browser/crash_report/crash_keys.cc |
@@ -21,8 +21,9 @@ size_t RegisterChromeIOSCrashKeys() { |
// The following keys may be chunked by the underlying crash logging system, |
// but ultimately constitute a single key-value pair. |
base::debug::CrashKey fixed_keys[] = { |
- {crash_keys::kMetricsClientId, crash_keys::kSmallSize}, |
+ {crash_keys::kBug464926CrashKey, kSmallSize}, |
justincohen
2015/08/20 19:50:34
crash_keys::kSmallSize
sdefresne
2015/08/20 19:56:36
Thanks, fixed.
|
{crash_keys::kChannel, crash_keys::kSmallSize}, |
+ {crash_keys::kMetricsClientId, crash_keys::kSmallSize}, |
{crash_keys::kNumVariations, crash_keys::kSmallSize}, |
{crash_keys::kVariations, crash_keys::kLargeSize}, |
{crash_keys::mac::kZombie, crash_keys::kMediumSize}, |