Index: components/crash/core/common/crash_keys.h |
diff --git a/components/crash/core/common/crash_keys.h b/components/crash/core/common/crash_keys.h |
index fdd1ee53f745296ee36d4e4004c77ac032ba32d1..4596fce06b92a8b0c611c1868772bf08f4fe61d4 100644 |
--- a/components/crash/core/common/crash_keys.h |
+++ b/components/crash/core/common/crash_keys.h |
@@ -65,6 +65,10 @@ const size_t kMediumSize = kSmallSize * 4; |
// used sparingly. |
const size_t kLargeSize = kSmallSize * 16; |
+// A very large crash key, which will be chunked on all platforms. This should |
+// be used very sparingly. |
+const size_t kHugeSize = kLargeSize * 2; |
+ |
// Crash Key Name Constants //////////////////////////////////////////////////// |
// The GUID used to identify this client to the crash system. |