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

Unified Diff: chrome/common/crash_keys.cc

Issue 2705293003: Remove DumpWithoutCrashing() and keys from audio_manager (Closed)
Patch Set: remove unnecessary #includes Created 3 years, 10 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 | « chrome/app/chrome_crash_reporter_client_win.cc ('k') | media/audio/audio_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/crash_keys.cc
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
index e59335666d8189340cc0be41a23b9e70bbc5613e..4a509a09f7a89249f2931711a0c6843cf08e378f 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -50,8 +50,6 @@ const char kGPURenderer[] = "gpu-gl-renderer";
#endif
#if defined(OS_WIN)
-const char kHungAudioThreadDetails[] = "hung-audio-thread-details";
-
const char kHungRendererOutstandingAckCount[] = "hung-outstanding-acks";
const char kHungRendererOutstandingEventType[] = "hung-outstanding-event-type";
const char kHungRendererLastEventType[] = "hung-last-event-type";
@@ -177,9 +175,6 @@ size_t RegisterChromeCrashKeys() {
{ kViewCount, kSmallSize },
// media/:
-#if defined(OS_WIN)
- { kHungAudioThreadDetails, kSmallSize },
-#endif
{ kZeroEncodeDetails, kSmallSize },
// gin/:
« no previous file with comments | « chrome/app/chrome_crash_reporter_client_win.cc ('k') | media/audio/audio_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698