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

Unified Diff: chrome/common/crash_keys.cc

Issue 2671383002: Double variations crash key size (Closed)
Patch Set: 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
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 | « no previous file | components/crash/core/common/crash_keys.h » ('j') | components/crash/core/common/crash_keys.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698