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

Unified Diff: chrome/common/crash_keys.cc

Issue 1417873007: Resolve media/cast crypto crash, and add crash reporting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 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

Powered by Google App Engine
This is Rietveld 408576698