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

Unified Diff: ios/chrome/browser/crash_report/crash_keys.cc

Issue 2671383002: Double variations crash key size (Closed)
Patch Set: Remove an expectation based on chunk size Created 3 years, 10 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 | « components/crash/core/common/crash_keys_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4d2e9ef3df7a54f1115373ff4fb7b3e192384415..11d62d8914a31f27ed996062a05c58e7cb23a983 100644
--- a/ios/chrome/browser/crash_report/crash_keys.cc
+++ b/ios/chrome/browser/crash_report/crash_keys.cc
@@ -18,7 +18,7 @@ size_t RegisterChromeIOSCrashKeys() {
{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::kVariations, crash_keys::kHugeSize},
{crash_keys::mac::kZombie, crash_keys::kMediumSize},
{crash_keys::mac::kZombieTrace, crash_keys::kMediumSize},
};
« no previous file with comments | « components/crash/core/common/crash_keys_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698