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..9686c4162697b0905245cef6c2f54777d5c2a099 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, crash_keys::kSmallSize}, |
{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}, |