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) |