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

Unified Diff: chrome/common/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 | « chrome/app/chrome_crash_reporter_client_win.cc ('k') | components/crash/core/common/crash_keys.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/crash_keys.cc
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
index b1589f16c821a3f3c51026b9c5d0145c3aebc266..4ce7af6eee46dfce34a5d0e679a40aa382dc5acc 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -111,7 +111,7 @@ size_t RegisterChromeCrashKeys() {
{ kChannel, kSmallSize },
{ kActiveURL, kLargeSize },
{ kNumVariations, kSmallSize },
- { kVariations, kLargeSize },
+ { kVariations, kHugeSize },
{ kNumExtensionsCount, kSmallSize },
{ kShutdownType, kSmallSize },
{ kBrowserUnpinTrace, kMediumSize },
« no previous file with comments | « chrome/app/chrome_crash_reporter_client_win.cc ('k') | components/crash/core/common/crash_keys.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698