summaryrefslogtreecommitdiffstats
path: root/chrome/common/crash_keys.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/crash_keys.cc')
-rw-r--r--chrome/common/crash_keys.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
index 96553c3..93b98e5 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -47,6 +47,10 @@ const char kGPUVendor[] = "gpu-gl-vendor";
const char kGPURenderer[] = "gpu-gl-renderer";
#endif
+#if defined(OS_WIN)
+const char kHungAudioThreadDetails[] = "hung-audio-thread-details";
+#endif
+
const char kPrinterInfo[] = "prn-info-%" PRIuS;
#if defined(OS_CHROMEOS)
@@ -141,6 +145,11 @@ size_t RegisterChromeCrashKeys() {
#endif
{ kBug464926CrashKey, kSmallSize },
{ kViewCount, kSmallSize },
+
+ // media/:
+#if defined(OS_WIN)
+ { kHungAudioThreadDetails, kSmallSize },
+#endif
{ kZeroEncodeDetails, kSmallSize },
};