| Index: chrome/common/crash_keys.cc
|
| diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
|
| index 5c4d1bef958c8cdde04c947d62851887168351c0..06e262fb6a75255dbb957aaff37a04cefee72369 100644
|
| --- a/chrome/common/crash_keys.cc
|
| +++ b/chrome/common/crash_keys.cc
|
| @@ -80,6 +80,8 @@ const char kKaskoEquivalentGuid[] = "kasko-equivalent-guid";
|
|
|
| const char kViewCount[] = "view-count";
|
|
|
| +const char kZeroEncodeDetails[] = "zero-encode-details";
|
| +
|
| size_t RegisterChromeCrashKeys() {
|
| // The following keys may be chunked by the underlying crash logging system,
|
| // but ultimately constitute a single key-value pair.
|
| @@ -143,6 +145,7 @@ size_t RegisterChromeCrashKeys() {
|
| #endif
|
| { kBug464926CrashKey, kSmallSize },
|
| { kViewCount, kSmallSize },
|
| + { kZeroEncodeDetails, kSmallSize },
|
| };
|
|
|
| // This dynamic set of keys is used for sets of key value pairs when gathering
|
|
|