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

Unified Diff: media/audio/audio_manager.h

Issue 1563493004: Disable non-crash dumps since we have a large enough list now. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/browser/chrome_browser_main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_manager.h
diff --git a/media/audio/audio_manager.h b/media/audio/audio_manager.h
index 0a61dfebaef308959399bfa10c564404beeb40f9..fd3695d6618ee7ea693273ee7e0bfe3b8a98de3c 100644
--- a/media/audio/audio_manager.h
+++ b/media/audio/audio_manager.h
@@ -62,6 +62,9 @@ class MEDIA_EXPORT AudioManager {
static AudioManager* CreateForTesting();
// Enables non-crash dumps when audio thread hangs are detected.
+ // TODO(dalecurtis): There are no callers to this function at present. A list
+ // of bad drivers has been given to Microsoft. This should be re-enabled in
+ // the future if Microsoft is able to triage third party drivers.
xhwang 2016/01/05 22:10:31 add a link to the bug?
DaleCurtis 2016/01/05 23:03:35 Done.
static void EnableCrashKeyLoggingForAudioThreadHangs();
#if defined(OS_LINUX)
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698