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

Unified Diff: chrome/common/crash_keys.h

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
« no previous file with comments | « no previous file | chrome/common/crash_keys.cc » ('j') | media/cast/sender/external_video_encoder.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/crash_keys.h
diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
index 60bd26e8e5e50b1ab5ba094433738c59a3e2d14b..03767fe96021e84828d936b4f29d0d07ca4f2cf2 100644
--- a/chrome/common/crash_keys.h
+++ b/chrome/common/crash_keys.h
@@ -126,6 +126,10 @@ extern const char kKaskoEquivalentGuid[];
// Numbers of active views.
extern const char kViewCount[];
+// TEMPORARY: The encoder/frame details at the time a zero-length encoded frame
+// was encountered. http://crbug.com/519022
+extern const char kZeroEncodeDetails[];
+
} // namespace crash_keys
#endif // CHROME_COMMON_CRASH_KEYS_H_
« no previous file with comments | « no previous file | chrome/common/crash_keys.cc » ('j') | media/cast/sender/external_video_encoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698